#B7AA2E

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

Shades of Earls Green #B7AA2E

Tints of Earls Green #B7AA2E

Color information

#B7AA2E (or 0xB7AA2E) is unknown color: approx Earls Green. HEX triplet: B7, AA and 2E. RGB value is (183,170,46). Sum of RGB (Red+Green+Blue) = 183+170+46=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA2E is #4855D1. Grayscale: #A0A0A0. Windows color (decimal): -4740562 or 3058359. OLE color: 3058359.

HSL color Cylindrical-coordinate representation of color #B7AA2E: hue angle of 54.31º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7AA2E is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18317046-
CMYK00.070.750.28
HSL54.31º59.83%44.9%-
HSV(B)54.31º74.86%71.76%-
XYZ34.439.018.3-
YUV159.7563.81144.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 46 (18.36% from 255) = 11.53%
R=45.86%
G=42.61%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831704600.070.750.2854.3159.8344.9
HexB7AA2E074B1C363c2d
Octal267252560711334667455
Binary10110111101010101011100111100101111100110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA2E; }

 p { color: rgb(183,170,46); }

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

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

 a { background-color: rgb(183,170,46); }

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

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

 span { border-color: rgb(183,170,46); }

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