#95B539

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

Shades of Limerick #95B539

Tints of Limerick #95B539

Color information

#95B539 (or 0x95B539) is unknown color: approx Limerick. HEX triplet: 95, B5 and 39. RGB value is (149,181,57). Sum of RGB (Red+Green+Blue) = 149+181+57=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #95B539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B539 is #6A4AC6. Grayscale: #9D9D9D. Windows color (decimal): -6965959 or 3782037. OLE color: 3782037.

HSL color Cylindrical-coordinate representation of color #95B539: hue angle of 75.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95B539 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB14918157-
CMYK0.1800.690.29
HSL75.48º52.1%46.67%-
HSV(B)75.48º68.51%70.98%-
XYZ29.6639.739.98-
YUV157.371.4122.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 181 (71.09% from 255) = 46.77%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=38.50%
G=46.77%
B=14.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149181570.1800.690.2975.4852.146.67
Hex95B539120451D4b342f
Octal22526571220105351136457
Binary10010101101101011110011001001000101111011001011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,57); }

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

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

 a { background-color: rgb(149,181,57); }

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

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

 span { border-color: rgb(149,181,57); }

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