#B0AA2E

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

Shades of Earls Green #B0AA2E

Tints of Earls Green #B0AA2E

Color information

#B0AA2E (or 0xB0AA2E) is unknown color: approx Earls Green. HEX triplet: B0, AA and 2E. RGB value is (176,170,46). Sum of RGB (Red+Green+Blue) = 176+170+46=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA2E is #4F55D1. Grayscale: #9E9E9E. Windows color (decimal): -5199314 or 3058352. OLE color: 3058352.

HSL color Cylindrical-coordinate representation of color #B0AA2E: hue angle of 57.23º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0AA2E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17617046-
CMYK00.030.740.31
HSL57.23º58.56%43.53%-
HSV(B)57.23º73.86%69.02%-
XYZ32.7738.188.23-
YUV157.6664.99141.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 46 (18.36% from 255) = 11.73%
R=44.90%
G=43.37%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761704600.030.740.3157.2358.5643.53
HexB0AA2E034A1F393b2c
Octal260252560311237717354
Binary1011000010101010101110011100101011111111001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA2E; }

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

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

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

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

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

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

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

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