#BFA831

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

Shades of Earls Green #BFA831

Tints of Earls Green #BFA831

Color information

#BFA831 (or 0xBFA831) is unknown color: approx Earls Green. HEX triplet: BF, A8 and 31. RGB value is (191,168,49). Sum of RGB (Red+Green+Blue) = 191+168+49=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA831 is #4057CE. Grayscale: #A1A1A1. Windows color (decimal): -4216783 or 3254463. OLE color: 3254463.

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

Color convert

RGB19116849-
CMYK00.120.740.25
HSL50.28º59.17%47.06%-
HSV(B)50.28º74.35%74.9%-
XYZ36.0439.38.59-
YUV161.3164.62149.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 168 (66.02% from 255) = 41.18%
BLUE value IS 49 (19.53% from 255) = 12.01%
R=46.81%
G=41.18%
B=12.01%

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
Decimal1911684900.120.740.2550.2859.1747.06
HexBFA8310C4A19323b2f
Octal2772506101411231627357
Binary101111111010100011000101100100101011001110010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA831; }

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

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

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

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

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

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

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

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