#BDAF2D

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

Shades of Earls Green #BDAF2D

Tints of Earls Green #BDAF2D

Color information

#BDAF2D (or 0xBDAF2D) is unknown color: approx Earls Green. HEX triplet: BD, AF and 2D. RGB value is (189,175,45). Sum of RGB (Red+Green+Blue) = 189+175+45=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF2D is #4250D2. Grayscale: #A4A4A4. Windows color (decimal): -4346067 or 2994109. OLE color: 2994109.

HSL color Cylindrical-coordinate representation of color #BDAF2D: hue angle of 54.17º 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 #BDAF2D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18917545-
CMYK00.070.760.26
HSL54.17º61.54%45.88%-
HSV(B)54.17º76.19%74.12%-
XYZ36.7941.678.59-
YUV164.3760.64145.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 45 (17.97% from 255) = 11.00%
R=46.21%
G=42.79%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891754500.070.760.2654.1761.5445.88
HexBDAF2D074C1A363e2e
Octal275257550711432667656
Binary10111101101011111011010111100110011010110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF2D; }

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

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

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

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

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

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

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

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