#b5a22d

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

Shades of Earls Green #B5A22D

Tints of Earls Green #B5A22D

Color information

#B5A22D (or 0xB5A22D) is unknown color: approx Earls Green. HEX triplet: B5, A2 and 2D. RGB value is (181,162,45). Sum of RGB (Red+Green+Blue) = 181+162+45=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A22D is #4A5DD2. Grayscale: #9A9A9A. Windows color (decimal): -4873683 or 2990773. OLE color: 2990773.

HSL color Cylindrical-coordinate representation of color #B5A22D: hue angle of 51.62º 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 #B5A22D is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18116245-
CMYK00.100.750.29
HSL51.62º60.18%44.31%-
HSV(B)51.62º75.14%70.98%-
XYZ32.4535.857.69-
YUV154.3466.29147.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 45 (17.97% from 255) = 11.60%
R=46.65%
G=41.75%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811624500.100.750.2951.6260.1844.31
HexB5A22D0A4B1D343c2c
Octal2652425501211335647454
Binary101101011010001010110101010100101111101110100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5a22d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5a22d; }

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

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

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

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

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

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

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

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