#BFB820

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

Shades of Earls Green #BFB820

Tints of Earls Green #BFB820

Color information

#BFB820 (or 0xBFB820) is unknown color: approx Earls Green. HEX triplet: BF, B8 and 20. RGB value is (191,184,32). Sum of RGB (Red+Green+Blue) = 191+184+32=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB820 is #4047DF. Grayscale: #A9A9A9. Windows color (decimal): -4212704 or 2144447. OLE color: 2144447.

HSL color Cylindrical-coordinate representation of color #BFB820: hue angle of 57.36º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFB820 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19118432-
CMYK00.040.830.25
HSL57.36º71.3%43.73%-
HSV(B)57.36º83.25%74.9%-
XYZ38.8945.468.09-
YUV168.7650.82143.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 184 (72.27% from 255) = 45.21%
BLUE value IS 32 (12.89% from 255) = 7.86%
R=46.93%
G=45.21%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911843200.040.830.2557.3671.343.73
HexBFB82004531939472c
Octal2772704004123317110754
Binary101111111011100010000001001010011110011110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB820; }

 p { color: rgb(191,184,32); }

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

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

 a { background-color: rgb(191,184,32); }

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

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

 span { border-color: rgb(191,184,32); }

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