#95AA35

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

Shades of Limerick #95AA35

Tints of Limerick #95AA35

Color information

#95AA35 (or 0x95AA35) is unknown color: approx Limerick. HEX triplet: 95, AA and 35. RGB value is (149,170,53). Sum of RGB (Red+Green+Blue) = 149+170+53=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AA35 is #6A55CA. Grayscale: #969696. Windows color (decimal): -6968779 or 3517077. OLE color: 3517077.

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

Color convert

RGB14917053-
CMYK0.1200.690.33
HSL70.77º52.47%43.73%-
HSV(B)70.77º68.82%66.67%-
XYZ27.4135.48.76-
YUV150.3873.04127.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 53 (21.09% from 255) = 14.25%
R=40.05%
G=45.70%
B=14.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149170530.1200.690.3370.7752.4743.73
Hex95AA35C0452147342c
Octal22525265140105411076454
Binary10010101101010101101011100010001011000011000111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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