#BDAE1E

Color #BDAE1E Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BDAE1E

Tints of Earls Green #BDAE1E

Color information

#BDAE1E (or 0xBDAE1E) is unknown color: approx Earls Green. HEX triplet: BD, AE and 1E. RGB value is (189,174,30). Sum of RGB (Red+Green+Blue) = 189+174+30=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE1E is #4251E1. Grayscale: #A2A2A2. Windows color (decimal): -4346338 or 2010813. OLE color: 2010813.

HSL color Cylindrical-coordinate representation of color #BDAE1E: hue angle of 54.34º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDAE1E is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18917430-
CMYK00.080.840.26
HSL54.34º72.6%42.94%-
HSV(B)54.34º84.13%74.12%-
XYZ36.3641.187.26-
YUV162.0753.47147.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 30 (12.11% from 255) = 7.63%
R=48.09%
G=44.27%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891743000.080.840.2654.3472.642.94
HexBDAE1E08541A36492b
Octal27525636010124326611153
Binary101111011010111011110010001010100110101101101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE1E; }

 p { color: rgb(189,174,30); }

 H1.HeaderClassName
 {
   color: #BDAE1E;
 }
 .AnyTagClassName
 {
   color: #BDAE1E;
 }
</style>
background-color css

<style>
 a { background-color: #BDAE1E; }

 a { background-color: rgb(189,174,30); }

 div.DivClassName
 {
   background-color: #BDAE1E;
 }
 .BgClassName
 {
   background-color: #BDAE1E;
 }
</style>
border-color css

<style>
 span { border-color: #BDAE1E; }

 span { border-color: rgb(189,174,30); }

 td.TdClassName
 {
   border-color: #BDAE1E;
 }
 .TagClassName
 {
   border-color: #BDAE1E;
 }
</style>