#96A83E

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

Shades of Limerick #96A83E

Tints of Limerick #96A83E

Color information

#96A83E (or 0x96A83E) is unknown color: approx Limerick. HEX triplet: 96, A8 and 3E. RGB value is (150,168,62). Sum of RGB (Red+Green+Blue) = 150+168+62=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #96A83E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A83E is #6957C1. Grayscale: #969696. Windows color (decimal): -6903746 or 4106390. OLE color: 4106390.

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

Color convert

RGB15016862-
CMYK0.1100.630.34
HSL70.19º46.09%45.1%-
HSV(B)70.19º63.1%65.88%-
XYZ27.4534.849.83-
YUV150.5378.04127.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=39.47%
G=44.21%
B=16.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150168620.1100.630.3470.1946.0945.1
Hex96A83EB03F22462e2d
Octal2262507613077421065655
Binary1001011010101000111110101101111111000101000110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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