#95B137

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

Shades of Limerick #95B137

Tints of Limerick #95B137

Color information

#95B137 (or 0x95B137) is unknown color: approx Limerick. HEX triplet: 95, B1 and 37. RGB value is (149,177,55). Sum of RGB (Red+Green+Blue) = 149+177+55=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #95B137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B137 is #6A4EC8. Grayscale: #9B9B9B. Windows color (decimal): -6966985 or 3649941. OLE color: 3649941.

HSL color Cylindrical-coordinate representation of color #95B137: hue angle of 73.77º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95B137 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB14917755-
CMYK0.1600.690.31
HSL73.77º52.59%45.49%-
HSV(B)73.77º68.93%69.41%-
XYZ28.8138.119.45-
YUV154.7271.72123.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 55 (21.88% from 255) = 14.44%
R=39.11%
G=46.46%
B=14.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149177550.1600.690.3173.7752.5945.49
Hex95B137100451F4a352d
Octal22526167200105371126555
Binary10010101101100011101111000001000101111111001010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,177,55); }

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

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

 a { background-color: rgb(149,177,55); }

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

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

 span { border-color: rgb(149,177,55); }

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