#BDAB2F

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

Shades of Earls Green #BDAB2F

Tints of Earls Green #BDAB2F

Color information

#BDAB2F (or 0xBDAB2F) is unknown color: approx Earls Green. HEX triplet: BD, AB and 2F. RGB value is (189,171,47). Sum of RGB (Red+Green+Blue) = 189+171+47=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB2F is #4254D0. Grayscale: #A2A2A2. Windows color (decimal): -4347089 or 3124157. OLE color: 3124157.

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

Color convert

RGB18917147-
CMYK00.100.750.26
HSL52.39º60.17%46.27%-
HSV(B)52.39º75.13%74.12%-
XYZ36.0640.158.54-
YUV162.2562.96147.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 47 (18.75% from 255) = 11.55%
R=46.44%
G=42.01%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891714700.100.750.2652.3960.1746.27
HexBDAB2F0A4B1A343c2e
Octal2752535701211332647456
Binary101111011010101110111101010100101111010110100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB2F; }

 p { color: rgb(189,171,47); }

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

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

 a { background-color: rgb(189,171,47); }

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

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

 span { border-color: rgb(189,171,47); }

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