#95A939

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

Shades of Limerick #95A939

Tints of Limerick #95A939

Color information

#95A939 (or 0x95A939) is unknown color: approx Limerick. HEX triplet: 95, A9 and 39. RGB value is (149,169,57). Sum of RGB (Red+Green+Blue) = 149+169+57=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #95A939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A939 is #6A56C6. Grayscale: #969696. Windows color (decimal): -6969031 or 3778965. OLE color: 3778965.

HSL color Cylindrical-coordinate representation of color #95A939: hue angle of 70.71º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95A939 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB14916957-
CMYK0.1200.660.34
HSL70.71º49.56%44.31%-
HSV(B)70.71º66.27%66.27%-
XYZ27.3235.069.2-
YUV150.2575.37127.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 57 (22.66% from 255) = 15.2%
R=39.73%
G=45.07%
B=15.2%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal149169570.1200.660.3470.7149.5644.31
Hex95A939C0422247322c
Octal22525171140102421076254
Binary10010101101010011110011100010000101000101000111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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