#B0AA1D

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

Shades of Earls Green #B0AA1D

Tints of Earls Green #B0AA1D

Color information

#B0AA1D (or 0xB0AA1D) is unknown color: approx Earls Green. HEX triplet: B0, AA and 1D. RGB value is (176,170,29). Sum of RGB (Red+Green+Blue) = 176+170+29=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA1D is #4F55E2. Grayscale: #9C9C9C. Windows color (decimal): -5199331 or 1944240. OLE color: 1944240.

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

Color convert

RGB17617029-
CMYK00.030.840.31
HSL57.55º71.71%40.2%-
HSV(B)57.55º83.52%69.02%-
XYZ32.538.076.8-
YUV155.7256.49142.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 29 (11.72% from 255) = 7.73%
R=46.93%
G=45.33%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761702900.030.840.3157.5571.7140.2
HexB0AA1D03541F3a4828
Octal2602523503124377211050
Binary1011000010101010111010111010100111111110101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA1D; }

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

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

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

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

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

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

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

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