#BFAA2B

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

Shades of Earls Green #BFAA2B

Tints of Earls Green #BFAA2B

Color information

#BFAA2B (or 0xBFAA2B) is unknown color: approx Earls Green. HEX triplet: BF, AA and 2B. RGB value is (191,170,43). Sum of RGB (Red+Green+Blue) = 191+170+43=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA2B is #4055D4. Grayscale: #A2A2A2. Windows color (decimal): -4216277 or 2861759. OLE color: 2861759.

HSL color Cylindrical-coordinate representation of color #BFAA2B: hue angle of 51.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFAA2B is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19117043-
CMYK00.110.770.25
HSL51.49º63.25%45.88%-
HSV(B)51.49º77.49%74.9%-
XYZ36.3408.09-
YUV161.860.96148.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 43 (17.19% from 255) = 10.64%
R=47.28%
G=42.08%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911704300.110.770.2551.4963.2545.88
HexBFAA2B0B4D19333f2e
Octal2772525301311531637756
Binary101111111010101010101101011100110111001110011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA2B; }

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

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

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

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

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

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

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

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