#BFA917

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

Shades of Earls Green #BFA917

Tints of Earls Green #BFA917

Color information

#BFA917 (or 0xBFA917) is unknown color: approx Earls Green. HEX triplet: BF, A9 and 17. RGB value is (191,169,23). Sum of RGB (Red+Green+Blue) = 191+169+23=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA917 is #4056E8. Grayscale: #9F9F9F. Windows color (decimal): -4216553 or 1550783. OLE color: 1550783.

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

Color convert

RGB19116923-
CMYK00.120.880.25
HSL52.14º78.5%41.96%-
HSV(B)52.14º87.96%74.9%-
XYZ35.8339.516.55-
YUV158.9351.29150.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 23 (9.38% from 255) = 6.01%
R=49.87%
G=44.13%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911692300.120.880.2552.1478.541.96
HexBFA9170C5819344f2a
Octal27725127014130316411752
Binary101111111010100110111011001011000110011101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA917; }

 p { color: rgb(191,169,23); }

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

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

 a { background-color: rgb(191,169,23); }

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

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

 span { border-color: rgb(191,169,23); }

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