#B5A42A

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

Shades of Earls Green #B5A42A

Tints of Earls Green #B5A42A

Color information

#B5A42A (or 0xB5A42A) is unknown color: approx Earls Green. HEX triplet: B5, A4 and 2A. RGB value is (181,164,42). Sum of RGB (Red+Green+Blue) = 181+164+42=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A42A is #4A5BD5. Grayscale: #9B9B9B. Windows color (decimal): -4873174 or 2794677. OLE color: 2794677.

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

Color convert

RGB18116442-
CMYK00.090.770.29
HSL52.66º62.33%43.73%-
HSV(B)52.66º76.8%70.98%-
XYZ32.7536.547.52-
YUV155.1864.13146.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 42 (16.80% from 255) = 10.85%
R=46.77%
G=42.38%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811644200.090.770.2952.6662.3343.73
HexB5A42A094D1D353e2c
Octal2652445201111535657654
Binary101101011010010010101001001100110111101110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A42A; }

 p { color: rgb(181,164,42); }

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

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

 a { background-color: rgb(181,164,42); }

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

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

 span { border-color: rgb(181,164,42); }

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