#B4AA0B

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

Shades of Earls Green #B4AA0B

Tints of Earls Green #B4AA0B

Color information

#B4AA0B (or 0xB4AA0B) is unknown color: approx Earls Green. HEX triplet: B4, AA and 0B. RGB value is (180,170,11). Sum of RGB (Red+Green+Blue) = 180+170+11=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AA0B is #4B55F4. Grayscale: #9B9B9B. Windows color (decimal): -4937205 or 764596. OLE color: 764596.

HSL color Cylindrical-coordinate representation of color #B4AA0B: hue angle of 56.45º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4AA0B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB18017011-
CMYK00.060.940.29
HSL56.45º88.48%37.45%-
HSV(B)56.45º93.89%70.59%-
XYZ33.2638.485.99-
YUV154.8646.81145.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 11 (4.69% from 255) = 3.05%
R=49.86%
G=47.09%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801701100.060.940.2956.4588.4837.45
HexB4AAB065E1D385825
Octal2642521306136357013045
Binary1011010010101010101101101011110111011110001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA0B; }

 p { color: rgb(180,170,11); }

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

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

 a { background-color: rgb(180,170,11); }

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

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

 span { border-color: rgb(180,170,11); }

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