#96B53B

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

Shades of Limerick #96B53B

Tints of Limerick #96B53B

Color information

#96B53B (or 0x96B53B) is unknown color: approx Limerick. HEX triplet: 96, B5 and 3B. RGB value is (150,181,59). Sum of RGB (Red+Green+Blue) = 150+181+59=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #96B53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B53B is #694AC4. Grayscale: #9E9E9E. Windows color (decimal): -6900421 or 3913110. OLE color: 3913110.

HSL color Cylindrical-coordinate representation of color #96B53B: hue angle of 75.25º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96B53B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB15018159-
CMYK0.1700.670.29
HSL75.25º50.83%47.06%-
HSV(B)75.25º67.4%70.98%-
XYZ29.8939.8510.25-
YUV157.8272.23122.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 59 (23.44% from 255) = 15.13%
R=38.46%
G=46.41%
B=15.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150181590.1700.670.2975.2550.8347.06
Hex96B53B110431D4b332f
Octal22626573210103351136357
Binary10010110101101011110111000101000011111011001011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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