#BFA830

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

Shades of Earls Green #BFA830

Tints of Earls Green #BFA830

Color information

#BFA830 (or 0xBFA830) is unknown color: approx Earls Green. HEX triplet: BF, A8 and 30. RGB value is (191,168,48). Sum of RGB (Red+Green+Blue) = 191+168+48=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA830 is #4057CF. Grayscale: #A1A1A1. Windows color (decimal): -4216784 or 3188927. OLE color: 3188927.

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

Color convert

RGB19116848-
CMYK00.120.750.25
HSL50.35º59.83%46.86%-
HSV(B)50.35º74.87%74.9%-
XYZ36.0239.38.48-
YUV161.264.12149.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 168 (66.02% from 255) = 41.28%
BLUE value IS 48 (19.14% from 255) = 11.79%
R=46.93%
G=41.28%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911684800.120.750.2550.3559.8346.86
HexBFA8300C4B19323c2f
Octal2772506001411331627457
Binary101111111010100011000001100100101111001110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA830; }

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

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

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

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

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

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

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

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