#95AA37

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

Shades of Limerick #95AA37

Tints of Limerick #95AA37

Color information

#95AA37 (or 0x95AA37) is unknown color: approx Limerick. HEX triplet: 95, AA and 37. RGB value is (149,170,55). Sum of RGB (Red+Green+Blue) = 149+170+55=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AA37 is #6A55C8. Grayscale: #979797. Windows color (decimal): -6968777 or 3648149. OLE color: 3648149.

HSL color Cylindrical-coordinate representation of color #95AA37: hue angle of 70.96º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95AA37 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB14917055-
CMYK0.1200.680.33
HSL70.96º51.11%44.12%-
HSV(B)70.96º67.65%66.67%-
XYZ27.4635.419-
YUV150.6174.04126.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 55 (21.88% from 255) = 14.71%
R=39.84%
G=45.45%
B=14.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149170550.1200.680.3370.9651.1144.12
Hex95AA37C0442147332c
Octal22525267140104411076354
Binary10010101101010101101111100010001001000011000111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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