#B5B232

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

Shades of Earls Green #B5B232

Tints of Earls Green #B5B232

Color information

#B5B232 (or 0xB5B232) is unknown color: approx Earls Green. HEX triplet: B5, B2 and 32. RGB value is (181,178,50). Sum of RGB (Red+Green+Blue) = 181+178+50=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B232 is #4A4DCD. Grayscale: #A4A4A4. Windows color (decimal): -4869582 or 3322549. OLE color: 3322549.

HSL color Cylindrical-coordinate representation of color #B5B232: hue angle of 58.63º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5B232 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18117850-
CMYK00.020.720.29
HSL58.63º56.71%45.29%-
HSV(B)58.63º72.38%70.98%-
XYZ35.5541.899.23-
YUV164.363.49139.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 178 (69.92% from 255) = 43.52%
BLUE value IS 50 (19.92% from 255) = 12.22%
R=44.25%
G=43.52%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811785000.020.720.2958.6356.7145.29
HexB5B23202481D3b392d
Octal265262620211035737155
Binary1011010110110010110010010100100011101111011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B232; }

 p { color: rgb(181,178,50); }

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

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

 a { background-color: rgb(181,178,50); }

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

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

 span { border-color: rgb(181,178,50); }

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