COLOR #BDDA5A

HEX: #BDDA5A RGB: (189,218,90)

Color info

#BDDA5A contains mainly red and green colors. Web safe color of #BDDA5A is #CCCC66 (or #CC6).

RGB color model

#BDDA5A color RGB value is (189,218,90).

RGB: (189,218,90) (74%, 85%, 35%)

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 90 of 255 = 35%

189
218
90

R + G + B ~ 65%. #BDDA5A is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 218 + 90 = 497 (100%)
R 189 of 497 ~ 38.03%
G 218 of 497 ~ 43.86%
B 90 of 497 ~ 18.11'%

%38.03
%43.86
%18.11

CMYK color model

#BDDA5A color CMYK value is (13,0,59,15).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 58.72%
  • key color value is 14.51%

CMYK: (13,0,59,15)
C13M0Y59K15 (13%, 0%, 59%, 15%)
(0.13 / 0.00 / 0.59 / 0.15)

CMYK percentages

%13.3
%0
%58.72
%14.51

Codes

Color #BDDA5A in popluar color models

BD DA 5A
RGB 189 218 90
HSL 74° 63.37% 60.39%
HSB/HSV 74° 58.72% 85.49%
CMYK 13.30% 0.00% 58.72%
14.51%

Color #BDDA5A in popluar number systems.

HEX BD DA 5A
Decimal 189 218 90
Binary 10111101 11011010 1011010
Octal 275 332 132

Shades and tints

Shades of #BDDA5A

#BDDA5A
(189,218,90)
#ACC752
(172,199,82)
#9BB44A
(155,180,74)
#8AA142
(138,161,66)
#798E3A
(121,142,58)
#687B32
(104,123,50)
#57682A
(87,104,42)
#465522
(70,85,34)
#35421A
(53,66,26)
#242F12
(36,47,18)
#131C0A
(19,28,10)
#000000
(0,0,0)

Tints of #BDDA5A

#BDDA5A
(189,218,90)
#C3DD69
(195,221,105)
#C9E078
(201,224,120)
#CFE387
(207,227,135)
#D5E696
(213,230,150)
#DBE9A5
(219,233,165)
#E1ECB4
(225,236,180)
#E7EFC3
(231,239,195)
#EDF2D2
(237,242,210)
#F3F5E1
(243,245,225)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDA5A color. Also use rgb(189,218,90) instead hex code.

Text Font Color

.myTextColor { color: #BDDA5A; }

<p style="color:#BDDA5A">This sample text font color is #BDDA5A.</p>

This text font color is #BDDA5A.

Background Color

.myBgColor { background-color: #BDDA5A; }

<div style="background-color:#BDDA5A">Inner text</div>

This div background color is #BDDA5A.

Border color

.myBorderColor { border: 1px solid #BDDA5A; }

<div style="border:3px solid #BDDA5A">Div</div>

This div border color is #BDDA5A.

Opacity

.myOpacity80 { color: #BDDA5A; opacity: 0.8; }

<p style="color:#BDDA5A;opacity:0.8;">80%</p>

Text with #BDDA5A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDDA5A;}

<p style="text-shadow: 3px 3px 1px #BDDA5A">Text here.</p>

This text has shadow with #BDDA5A color.


.textShadow {text-shadow: 3px 3px 1px #BDDA5A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDDA5A, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDDA5A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDDA5A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDDA5A, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDDA5A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDDA5A;
-webkit-box-shadow: 1px 1px 3px 2px #BDDA5A;
box-shadow: 1px 1px 3px 2px #BDDA5A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDDA5A; -webkit-box-shadow: 1px 1px 3px 2px #BDDA5A; box-shadow:1px 1px 3px 2px #BDDA5A;">
Div content here
</div>

This div box has shadow with color #BDDA5A.

Preview

Color preview on black background

This text has color #BDDA5A on black background.


Color preview on white background

This text has color #BDDA5A on white background.


Black color preview on #BDDA5A background

This text has black color on #BDDA5A background.


White color preview on #BDDA5A background

This text has white color on #BDDA5A background.


Related colors

Complementary color

Complementary color for #hex is #4225A5.


I love getcolorcode.com

Triadic colors

1 #5ABDDA and #DA5ABD with #BDDA5A are triadic colors.

2 #5ADABD and #DABD5A with #BDDA5A are triadic colors.