#b5ab10

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

Shades of Earls Green #B5AB10

Tints of Earls Green #B5AB10

Color information

#B5AB10 (or 0xB5AB10) is unknown color: approx Earls Green. HEX triplet: B5, AB and 10. RGB value is (181,171,16). Sum of RGB (Red+Green+Blue) = 181+171+16=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AB10 is #4A54EF. Grayscale: #9C9C9C. Windows color (decimal): -4871408 or 1092533. OLE color: 1092533.

HSL color Cylindrical-coordinate representation of color #B5AB10: hue angle of 56.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5AB10 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18117116-
CMYK00.060.910.29
HSL56.36º83.76%38.63%-
HSV(B)56.36º91.16%70.98%-
XYZ33.7138.996.24-
YUV156.3248.81145.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 171 (67.19% from 255) = 46.47%
BLUE value IS 16 (6.64% from 255) = 4.35%
R=49.18%
G=46.47%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811711600.060.910.2956.3683.7638.63
HexB5AB10065B1D385427
Octal2652532006133357012447
Binary10110101101010111000001101011011111011110001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5ab10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5ab10; }

 p { color: rgb(181,171,16); }

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

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

 a { background-color: rgb(181,171,16); }

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

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

 span { border-color: rgb(181,171,16); }

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