#BFB526

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

Shades of Earls Green #BFB526

Tints of Earls Green #BFB526

Color information

#BFB526 (or 0xBFB526) is unknown color: approx Earls Green. HEX triplet: BF, B5 and 26. RGB value is (191,181,38). Sum of RGB (Red+Green+Blue) = 191+181+38=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB526 is #404AD9. Grayscale: #A8A8A8. Windows color (decimal): -4213466 or 2536895. OLE color: 2536895.

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

Color convert

RGB19118138-
CMYK00.050.800.25
HSL56.08º66.81%44.9%-
HSV(B)56.08º80.1%74.9%-
XYZ38.3644.268.36-
YUV167.6954.81144.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 181 (71.09% from 255) = 44.15%
BLUE value IS 38 (15.23% from 255) = 9.27%
R=46.59%
G=44.15%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911813800.050.800.2556.0866.8144.9
HexBFB52605501938432d
Octal2772654605120317010355
Binary101111111011010110011001011010000110011110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB526; }

 p { color: rgb(191,181,38); }

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

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

 a { background-color: rgb(191,181,38); }

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

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

 span { border-color: rgb(191,181,38); }

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