#BFB624

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

Shades of Earls Green #BFB624

Tints of Earls Green #BFB624

Color information

#BFB624 (or 0xBFB624) is unknown color: approx Earls Green. HEX triplet: BF, B6 and 24. RGB value is (191,182,36). Sum of RGB (Red+Green+Blue) = 191+182+36=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB624 is #4049DB. Grayscale: #A8A8A8. Windows color (decimal): -4213212 or 2406079. OLE color: 2406079.

HSL color Cylindrical-coordinate representation of color #BFB624: hue angle of 56.52º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFB624 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19118236-
CMYK00.050.810.25
HSL56.52º68.28%44.51%-
HSV(B)56.52º81.15%74.9%-
XYZ38.5344.668.26-
YUV168.0553.48144.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 182 (71.48% from 255) = 44.50%
BLUE value IS 36 (14.45% from 255) = 8.80%
R=46.70%
G=44.50%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911823600.050.810.2556.5268.2844.51
HexBFB62405511939442d
Octal2772664405121317110455
Binary101111111011011010010001011010001110011110011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB624; }

 p { color: rgb(191,182,36); }

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

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

 a { background-color: rgb(191,182,36); }

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

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

 span { border-color: rgb(191,182,36); }

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