#BFA832

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

Shades of Earls Green #BFA832

Tints of Earls Green #BFA832

Color information

#BFA832 (or 0xBFA832) is unknown color: approx Earls Green. HEX triplet: BF, A8 and 32. RGB value is (191,168,50). Sum of RGB (Red+Green+Blue) = 191+168+50=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA832 is #4057CD. Grayscale: #A1A1A1. Windows color (decimal): -4216782 or 3319999. OLE color: 3319999.

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

Color convert

RGB19116850-
CMYK00.120.740.25
HSL50.21º58.51%47.25%-
HSV(B)50.21º73.82%74.9%-
XYZ36.0639.318.7-
YUV161.4265.12149.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 168 (66.02% from 255) = 41.08%
BLUE value IS 50 (19.92% from 255) = 12.22%
R=46.70%
G=41.08%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911685000.120.740.2550.2158.5147.25
HexBFA8320C4A19323b2f
Octal2772506201411231627357
Binary101111111010100011001001100100101011001110010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA832; }

 p { color: rgb(191,168,50); }

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

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

 a { background-color: rgb(191,168,50); }

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

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

 span { border-color: rgb(191,168,50); }

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