#BFB219

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

Shades of Earls Green #BFB219

Tints of Earls Green #BFB219

Color information

#BFB219 (or 0xBFB219) is unknown color: approx Earls Green. HEX triplet: BF, B2 and 19. RGB value is (191,178,25). Sum of RGB (Red+Green+Blue) = 191+178+25=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB219 is #404DE6. Grayscale: #A5A5A5. Windows color (decimal): -4214247 or 1684159. OLE color: 1684159.

HSL color Cylindrical-coordinate representation of color #BFB219: hue angle of 55.3º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFB219 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19117825-
CMYK00.070.870.25
HSL55.3º76.85%42.35%-
HSV(B)55.3º86.91%74.9%-
XYZ37.5842.997.24-
YUV164.4449.31146.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 178 (69.92% from 255) = 45.18%
BLUE value IS 25 (10.16% from 255) = 6.35%
R=48.48%
G=45.18%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911782500.070.870.2555.376.8542.35
HexBFB219075719374d2a
Octal2772623107127316711552
Binary10111111101100101100101111010111110011101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB219; }

 p { color: rgb(191,178,25); }

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

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

 a { background-color: rgb(191,178,25); }

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

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

 span { border-color: rgb(191,178,25); }

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