#BDAE2D

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

Shades of Earls Green #BDAE2D

Tints of Earls Green #BDAE2D

Color information

#BDAE2D (or 0xBDAE2D) is unknown color: approx Earls Green. HEX triplet: BD, AE and 2D. RGB value is (189,174,45). Sum of RGB (Red+Green+Blue) = 189+174+45=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE2D is #4251D2. Grayscale: #A4A4A4. Windows color (decimal): -4346323 or 2993853. OLE color: 2993853.

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

Color convert

RGB18917445-
CMYK00.080.760.26
HSL53.75º61.54%45.88%-
HSV(B)53.75º76.19%74.12%-
XYZ36.641.288.52-
YUV163.7860.97145.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 45 (17.97% from 255) = 11.03%
R=46.32%
G=42.65%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891744500.080.760.2653.7561.5445.88
HexBDAE2D084C1A363e2e
Octal2752565501011432667656
Binary101111011010111010110101000100110011010110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE2D; }

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

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

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

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

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

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

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

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