#BFAA26

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

Shades of Earls Green #BFAA26

Tints of Earls Green #BFAA26

Color information

#BFAA26 (or 0xBFAA26) is unknown color: approx Earls Green. HEX triplet: BF, AA and 26. RGB value is (191,170,38). Sum of RGB (Red+Green+Blue) = 191+170+38=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA26 is #4055D9. Grayscale: #A1A1A1. Windows color (decimal): -4216282 or 2534079. OLE color: 2534079.

HSL color Cylindrical-coordinate representation of color #BFAA26: hue angle of 51.76º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFAA26 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19117038-
CMYK00.110.800.25
HSL51.76º66.81%44.9%-
HSV(B)51.76º80.1%74.9%-
XYZ36.2139.977.64-
YUV161.2358.46149.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 38 (15.23% from 255) = 9.52%
R=47.87%
G=42.61%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911703800.110.800.2551.7666.8144.9
HexBFAA260B501934432d
Octal27725246013120316410355
Binary1011111110101010100110010111010000110011101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA26; }

 p { color: rgb(191,170,38); }

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

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

 a { background-color: rgb(191,170,38); }

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

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

 span { border-color: rgb(191,170,38); }

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