#96A83B

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

Shades of Limerick #96A83B

Tints of Limerick #96A83B

Color information

#96A83B (or 0x96A83B) is unknown color: approx Limerick. HEX triplet: 96, A8 and 3B. RGB value is (150,168,59). Sum of RGB (Red+Green+Blue) = 150+168+59=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #96A83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A83B is #6957C4. Grayscale: #969696. Windows color (decimal): -6903749 or 3909782. OLE color: 3909782.

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

Color convert

RGB15016859-
CMYK0.1100.650.34
HSL69.91º48.02%44.51%-
HSV(B)69.91º64.88%65.88%-
XYZ27.3734.819.41-
YUV150.1976.54127.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 59 (23.44% from 255) = 15.65%
R=39.79%
G=44.56%
B=15.65%

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
Decimal150168590.1100.650.3469.9148.0244.51
Hex96A83BB0412246302d
Octal22625073130101421066055
Binary10010110101010001110111011010000011000101000110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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