#b5aa2d

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

Shades of Earls Green #B5AA2D

Tints of Earls Green #B5AA2D

Color information

#B5AA2D (or 0xB5AA2D) is unknown color: approx Earls Green. HEX triplet: B5, AA and 2D. RGB value is (181,170,45). Sum of RGB (Red+Green+Blue) = 181+170+45=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AA2D is #4A55D2. Grayscale: #9F9F9F. Windows color (decimal): -4871635 or 2992821. OLE color: 2992821.

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

Color convert

RGB18117045-
CMYK00.060.750.29
HSL55.15º60.18%44.31%-
HSV(B)55.15º75.14%70.98%-
XYZ33.938.768.18-
YUV159.0463.64143.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 45 (17.97% from 255) = 11.36%
R=45.71%
G=42.93%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811704500.060.750.2955.1560.1844.31
HexB5AA2D064B1D373c2c
Octal265252550611335677454
Binary10110101101010101011010110100101111101110111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5aa2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5aa2d; }

 p { color: rgb(181,170,45); }

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

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

 a { background-color: rgb(181,170,45); }

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

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

 span { border-color: rgb(181,170,45); }

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