#B5A023

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

Shades of Earls Green #B5A023

Tints of Earls Green #B5A023

Color information

#B5A023 (or 0xB5A023) is unknown color: approx Earls Green. HEX triplet: B5, A0 and 23. RGB value is (181,160,35). Sum of RGB (Red+Green+Blue) = 181+160+35=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A023 is #4A5FDC. Grayscale: #989898. Windows color (decimal): -4874205 or 2334901. OLE color: 2334901.

HSL color Cylindrical-coordinate representation of color #B5A023: hue angle of 51.37º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5A023 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18116035-
CMYK00.120.810.29
HSL51.37º67.59%42.35%-
HSV(B)51.37º80.66%70.98%-
XYZ31.9335.096.68-
YUV152.0361.96148.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 160 (62.89% from 255) = 42.55%
BLUE value IS 35 (14.06% from 255) = 9.31%
R=48.14%
G=42.55%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811603500.120.810.2951.3767.5942.35
HexB5A0230C511D33442a
Octal26524043014121356310452
Binary1011010110100000100011011001010001111011100111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A023; }

 p { color: rgb(181,160,35); }

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

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

 a { background-color: rgb(181,160,35); }

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

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

 span { border-color: rgb(181,160,35); }

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