#B5B02A

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

Shades of Earls Green #B5B02A

Tints of Earls Green #B5B02A

Color information

#B5B02A (or 0xB5B02A) is unknown color: approx Earls Green. HEX triplet: B5, B0 and 2A. RGB value is (181,176,42). Sum of RGB (Red+Green+Blue) = 181+176+42=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B02A is #4A4FD5. Grayscale: #A2A2A2. Windows color (decimal): -4870102 or 2797749. OLE color: 2797749.

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

Color convert

RGB18117642-
CMYK00.030.770.29
HSL57.84º62.33%43.73%-
HSV(B)57.84º76.8%70.98%-
XYZ3541.048.27-
YUV162.2260.16141.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 42 (16.80% from 255) = 10.53%
R=45.36%
G=44.11%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811764200.030.770.2957.8462.3343.73
HexB5B02A034D1D3a3e2c
Octal265260520311535727654
Binary1011010110110000101010011100110111101111010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B02A; }

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

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

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

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

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

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

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

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