#B5B01A

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

Shades of Earls Green #B5B01A

Tints of Earls Green #B5B01A

Color information

#B5B01A (or 0xB5B01A) is unknown color: approx Earls Green. HEX triplet: B5, B0 and 1A. RGB value is (181,176,26). Sum of RGB (Red+Green+Blue) = 181+176+26=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B01A is #4A4FE5. Grayscale: #A1A1A1. Windows color (decimal): -4870118 or 1749173. OLE color: 1749173.

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

Color convert

RGB18117626-
CMYK00.030.860.29
HSL58.06º74.88%40.59%-
HSV(B)58.06º85.64%70.98%-
XYZ34.7740.957.05-
YUV160.3952.16142.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 26 (10.55% from 255) = 6.79%
R=47.26%
G=45.95%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811762600.030.860.2958.0674.8840.59
HexB5B01A03561D3a4b29
Octal2652603203126357211351
Binary1011010110110000110100111010110111011110101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B01A; }

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

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

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

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

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

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

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

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