#96A82F

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

Shades of Limerick #96A82F

Tints of Limerick #96A82F

Color information

#96A82F (or 0x96A82F) is unknown color: approx Limerick. HEX triplet: 96, A8 and 2F. RGB value is (150,168,47). Sum of RGB (Red+Green+Blue) = 150+168+47=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 168 - color contains mainly: green. Hex color #96A82F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A82F is #6957D0. Grayscale: #959595. Windows color (decimal): -6903761 or 3123350. OLE color: 3123350.

HSL color Cylindrical-coordinate representation of color #96A82F: hue angle of 68.93º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96A82F is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB15016847-
CMYK0.1100.720.34
HSL68.93º56.28%42.16%-
HSV(B)68.93º72.02%65.88%-
XYZ27.0934.697.96-
YUV148.8270.54128.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 168 (66.02% from 255) = 46.03%
BLUE value IS 47 (18.75% from 255) = 12.88%
R=41.10%
G=46.03%
B=12.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150168470.1100.720.3468.9356.2842.16
Hex96A82FB0482245382a
Octal22625057130110421057052
Binary10010110101010001011111011010010001000101000101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,168,47); }

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

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

 a { background-color: rgb(150,168,47); }

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

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

 span { border-color: rgb(150,168,47); }

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