#BFA918

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

Shades of Earls Green #BFA918

Tints of Earls Green #BFA918

Color information

#BFA918 (or 0xBFA918) is unknown color: approx Earls Green. HEX triplet: BF, A9 and 18. RGB value is (191,169,24). Sum of RGB (Red+Green+Blue) = 191+169+24=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA918 is #4056E7. Grayscale: #9F9F9F. Windows color (decimal): -4216552 or 1616319. OLE color: 1616319.

HSL color Cylindrical-coordinate representation of color #BFA918: hue angle of 52.1º degrees, saturation: 0.78, 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 #BFA918 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19116924-
CMYK00.120.870.25
HSL52.1º77.67%42.16%-
HSV(B)52.1º87.43%74.9%-
XYZ35.8439.526.6-
YUV159.0551.79150.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 24 (9.77% from 255) = 6.25%
R=49.74%
G=44.01%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911692400.120.870.2552.177.6742.16
HexBFA9180C5719344e2a
Octal27725130014127316411652
Binary101111111010100111000011001010111110011101001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA918; }

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

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

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

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

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

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

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

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