#B5B62C

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

Shades of Earls Green #B5B62C

Tints of Earls Green #B5B62C

Color information

#B5B62C (or 0xB5B62C) is unknown color: approx Earls Green. HEX triplet: B5, B6 and 2C. RGB value is (181,182,44). Sum of RGB (Red+Green+Blue) = 181+182+44=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B62C is #4A49D3. Grayscale: #A6A6A6. Windows color (decimal): -4868564 or 2930357. OLE color: 2930357.

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

Color convert

RGB18118244-
CMYK0.0100.760.29
HSL60.43º61.06%44.31%-
HSV(B)60.43º75.82%71.37%-
XYZ36.2443.468.86-
YUV165.9759.17138.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 44 (17.58% from 255) = 10.81%
R=44.47%
G=44.72%
B=10.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181182440.0100.760.2960.4361.0644.31
HexB5B62C104C1D3c3d2c
Octal265266541011435747554
Binary101101011011011010110010100110011101111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B62C; }

 p { color: rgb(181,182,44); }

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

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

 a { background-color: rgb(181,182,44); }

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

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

 span { border-color: rgb(181,182,44); }

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