#B5A71A

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

Shades of Earls Green #B5A71A

Tints of Earls Green #B5A71A

Color information

#B5A71A (or 0xB5A71A) is unknown color: approx Earls Green. HEX triplet: B5, A7 and 1A. RGB value is (181,167,26). Sum of RGB (Red+Green+Blue) = 181+167+26=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A71A is #4A58E5. Grayscale: #9B9B9B. Windows color (decimal): -4872422 or 1746869. OLE color: 1746869.

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

Color convert

RGB18116726-
CMYK00.080.860.29
HSL54.58º74.88%40.59%-
HSV(B)54.58º85.64%70.98%-
XYZ33.0637.546.48-
YUV155.1155.14146.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 167 (65.62% from 255) = 44.65%
BLUE value IS 26 (10.55% from 255) = 6.95%
R=48.40%
G=44.65%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811672600.080.860.2954.5874.8840.59
HexB5A71A08561D374b29
Octal26524732010126356711351
Binary101101011010011111010010001010110111011101111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A71A; }

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

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

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

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

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

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

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

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