#95B732

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

Shades of Limerick #95B732

Tints of Limerick #95B732

Color information

#95B732 (or 0x95B732) is unknown color: approx Limerick. HEX triplet: 95, B7 and 32. RGB value is (149,183,50). Sum of RGB (Red+Green+Blue) = 149+183+50=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #95B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B732 is #6A48CD. Grayscale: #9E9E9E. Windows color (decimal): -6965454 or 3323797. OLE color: 3323797.

HSL color Cylindrical-coordinate representation of color #95B732: hue angle of 75.34º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95B732 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB14918350-
CMYK0.1900.730.28
HSL75.34º57.08%45.69%-
HSV(B)75.34º72.68%71.76%-
XYZ29.940.499.26-
YUV157.6767.24121.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 183 (71.88% from 255) = 47.91%
BLUE value IS 50 (19.92% from 255) = 13.09%
R=39.01%
G=47.91%
B=13.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149183500.1900.730.2875.3457.0845.69
Hex95B732130491C4b392e
Octal22526762230111341137156
Binary10010101101101111100101001101001001111001001011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B732; }

 p { color: rgb(149,183,50); }

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

<style>
 a { background-color: #95B732; }

 a { background-color: rgb(149,183,50); }

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

<style>
 span { border-color: #95B732; }

 span { border-color: rgb(149,183,50); }

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