#B3AA0D

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

Shades of Earls Green #B3AA0D

Tints of Earls Green #B3AA0D

Color information

#B3AA0D (or 0xB3AA0D) is unknown color: approx Earls Green. HEX triplet: B3, AA and 0D. RGB value is (179,170,13). Sum of RGB (Red+Green+Blue) = 179+170+13=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AA0D is #4C55F2. Grayscale: #9B9B9B. Windows color (decimal): -5002739 or 895667. OLE color: 895667.

HSL color Cylindrical-coordinate representation of color #B3AA0D: hue angle of 56.75º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3AA0D is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB17917013-
CMYK00.050.930.30
HSL56.75º86.46%37.65%-
HSV(B)56.75º92.74%70.2%-
XYZ33.0438.366.04-
YUV154.7947.98145.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 170 (66.80% from 255) = 46.96%
BLUE value IS 13 (5.47% from 255) = 3.59%
R=49.45%
G=46.96%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791701300.050.930.3056.7586.4637.65
HexB3AAD055D1E395626
Octal2632521505135367112646
Binary1011001110101010110101011011101111101110011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA0D; }

 p { color: rgb(179,170,13); }

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

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

 a { background-color: rgb(179,170,13); }

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

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

 span { border-color: rgb(179,170,13); }

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