#B5B42A

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

Shades of Earls Green #B5B42A

Tints of Earls Green #B5B42A

Color information

#B5B42A (or 0xB5B42A) is unknown color: approx Earls Green. HEX triplet: B5, B4 and 2A. RGB value is (181,180,42). Sum of RGB (Red+Green+Blue) = 181+180+42=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B42A is #4A4BD5. Grayscale: #A5A5A5. Windows color (decimal): -4869078 or 2798773. OLE color: 2798773.

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

Color convert

RGB18118042-
CMYK00.010.770.29
HSL59.57º62.33%43.73%-
HSV(B)59.57º76.8%70.98%-
XYZ35.842.638.53-
YUV164.5758.83139.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 42 (16.80% from 255) = 10.42%
R=44.91%
G=44.67%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811804200.010.770.2959.5762.3343.73
HexB5B42A014D1D3c3e2c
Octal265264520111535747654
Binary101101011011010010101001100110111101111100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B42A; }

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

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

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

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

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

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

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

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