#B5B42D

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

Shades of Earls Green #B5B42D

Tints of Earls Green #B5B42D

Color information

#B5B42D (or 0xB5B42D) is unknown color: approx Earls Green. HEX triplet: B5, B4 and 2D. RGB value is (181,180,45). Sum of RGB (Red+Green+Blue) = 181+180+45=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B42D is #4A4BD2. Grayscale: #A5A5A5. Windows color (decimal): -4869075 or 2995381. OLE color: 2995381.

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

Color convert

RGB18118045-
CMYK00.010.750.29
HSL59.56º60.18%44.31%-
HSV(B)59.56º75.14%70.98%-
XYZ35.8542.668.83-
YUV164.9160.33139.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 180 (70.70% from 255) = 44.33%
BLUE value IS 45 (17.97% from 255) = 11.08%
R=44.58%
G=44.33%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811804500.010.750.2959.5660.1844.31
HexB5B42D014B1D3c3c2c
Octal265264550111335747454
Binary101101011011010010110101100101111101111100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B42D; }

 p { color: rgb(181,180,45); }

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

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

 a { background-color: rgb(181,180,45); }

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

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

 span { border-color: rgb(181,180,45); }

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