#96AA3F

Color #96AA3F Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #96AA3F

Tints of Limerick #96AA3F

Color information

#96AA3F (or 0x96AA3F) is unknown color: approx Limerick. HEX triplet: 96, AA and 3F. RGB value is (150,170,63). Sum of RGB (Red+Green+Blue) = 150+170+63=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AA3F is #6955C0. Grayscale: #989898. Windows color (decimal): -6903233 or 4172438. OLE color: 4172438.

HSL color Cylindrical-coordinate representation of color #96AA3F: hue angle of 71.21º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96AA3F is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB15017063-
CMYK0.1200.630.33
HSL71.21º45.92%45.69%-
HSV(B)71.21º62.94%66.67%-
XYZ27.8535.5910.1-
YUV151.8277.87126.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 63 (25% from 255) = 16.45%
R=39.16%
G=44.39%
B=16.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150170630.1200.630.3371.2145.9245.69
Hex96AA3FC03F21472e2e
Octal2262527714077411075656
Binary1001011010101010111111110001111111000011000111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AA3F; }

 p { color: rgb(150,170,63); }

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

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

 a { background-color: rgb(150,170,63); }

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

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

 span { border-color: rgb(150,170,63); }

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