#BDB61F

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

Shades of Earls Green #BDB61F

Tints of Earls Green #BDB61F

Color information

#BDB61F (or 0xBDB61F) is unknown color: approx Earls Green. HEX triplet: BD, B6 and 1F. RGB value is (189,182,31). Sum of RGB (Red+Green+Blue) = 189+182+31=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB61F is #4249E0. Grayscale: #A7A7A7. Windows color (decimal): -4344289 or 2078397. OLE color: 2078397.

HSL color Cylindrical-coordinate representation of color #BDB61F: hue angle of 57.34º degrees, saturation: 0.72, 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 #BDB61F is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18918231-
CMYK00.040.840.26
HSL57.34º71.82%43.14%-
HSV(B)57.34º83.6%74.12%-
XYZ37.9644.377.86-
YUV166.8851.32143.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 182 (71.48% from 255) = 45.27%
BLUE value IS 31 (12.5% from 255) = 7.71%
R=47.01%
G=45.27%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891823100.040.840.2657.3471.8243.14
HexBDB61F04541A39482b
Octal2752663704124327111053
Binary10111101101101101111101001010100110101110011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB61F; }

 p { color: rgb(189,182,31); }

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

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

 a { background-color: rgb(189,182,31); }

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

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

 span { border-color: rgb(189,182,31); }

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