#b5b12d

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

Shades of Earls Green #B5B12D

Tints of Earls Green #B5B12D

Color information

#B5B12D (or 0xB5B12D) is unknown color: approx Earls Green. HEX triplet: B5, B1 and 2D. RGB value is (181,177,45). Sum of RGB (Red+Green+Blue) = 181+177+45=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B12D is #4A4ED2. Grayscale: #A3A3A3. Windows color (decimal): -4869843 or 2994613. OLE color: 2994613.

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

Color convert

RGB18117745-
CMYK00.020.750.29
HSL58.24º60.18%44.31%-
HSV(B)58.24º75.14%70.98%-
XYZ35.2541.468.63-
YUV163.1561.33140.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 45 (17.97% from 255) = 11.17%
R=44.91%
G=43.92%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811774500.020.750.2958.2460.1844.31
HexB5B12D024B1D3a3c2c
Octal265261550211335727454
Binary1011010110110001101101010100101111101111010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5b12d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5b12d; }

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

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

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

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

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

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

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

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