#b3b332

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

Shades of Earls Green #B3B332

Tints of Earls Green #B3B332

Color information

#B3B332 (or 0xB3B332) is unknown color: approx Earls Green. HEX triplet: B3, B3 and 32. RGB value is (179,179,50). Sum of RGB (Red+Green+Blue) = 179+179+50=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B332 is #4C4CCD. Grayscale: #A4A4A4. Windows color (decimal): -5000398 or 3322803. OLE color: 3322803.

HSL color Cylindrical-coordinate representation of color #B3B332: hue angle of 60º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3B332 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17917950-
CMYK000.720.30
HSL60º56.33%44.9%-
HSV(B)60º72.07%70.2%-
XYZ35.2942.059.28-
YUV164.2963.5138.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 179 (70.31% from 255) = 43.87%
BLUE value IS 50 (19.92% from 255) = 12.25%
R=43.87%
G=43.87%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917950000.720.306056.3344.9
HexB3B33200481E3c382d
Octal263263620011036747055
Binary101100111011001111001000100100011110111100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3b332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3b332; }

 p { color: rgb(179,179,50); }

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

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

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

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

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

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

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