#B0B32D

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

Shades of Earls Green #B0B32D

Tints of Earls Green #B0B32D

Color information

#B0B32D (or 0xB0B32D) is unknown color: approx Earls Green. HEX triplet: B0, B3 and 2D. RGB value is (176,179,45). Sum of RGB (Red+Green+Blue) = 176+179+45=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B32D is #4F4CD2. Grayscale: #A3A3A3. Windows color (decimal): -5197011 or 2995120. OLE color: 2995120.

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

Color convert

RGB17617945-
CMYK0.0200.750.30
HSL61.34º59.82%43.92%-
HSV(B)61.34º74.86%70.2%-
XYZ34.541.668.71-
YUV162.8361.51137.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 179 (70.31% from 255) = 44.75%
BLUE value IS 45 (17.97% from 255) = 11.25%
R=44%
G=44.75%
B=11.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176179450.0200.750.3061.3459.8243.92
HexB0B32D204B1E3d3c2c
Octal260263552011336757454
Binary1011000010110011101101100100101111110111101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B32D; }

 p { color: rgb(176,179,45); }

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

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

 a { background-color: rgb(176,179,45); }

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

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

 span { border-color: rgb(176,179,45); }

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