#96A83A

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

Shades of Limerick #96A83A

Tints of Limerick #96A83A

Color information

#96A83A (or 0x96A83A) is unknown color: approx Limerick. HEX triplet: 96, A8 and 3A. RGB value is (150,168,58). Sum of RGB (Red+Green+Blue) = 150+168+58=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #96A83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A83A is #6957C5. Grayscale: #969696. Windows color (decimal): -6903750 or 3844246. OLE color: 3844246.

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

Color convert

RGB15016858-
CMYK0.1100.650.34
HSL69.82º48.67%44.31%-
HSV(B)69.82º65.48%65.88%-
XYZ27.3434.799.28-
YUV150.0876.04127.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 168 (66.02% from 255) = 44.68%
BLUE value IS 58 (23.05% from 255) = 15.43%
R=39.89%
G=44.68%
B=15.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150168580.1100.650.3469.8248.6744.31
Hex96A83AB0412246312c
Octal22625072130101421066154
Binary10010110101010001110101011010000011000101000110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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