#95A536

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

Shades of Limerick #95A536

Tints of Limerick #95A536

Color information

#95A536 (or 0x95A536) is unknown color: approx Limerick. HEX triplet: 95, A5 and 36. RGB value is (149,165,54). Sum of RGB (Red+Green+Blue) = 149+165+54=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #95A536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A536 is #6A5AC9. Grayscale: #939393. Windows color (decimal): -6970058 or 3581333. OLE color: 3581333.

HSL color Cylindrical-coordinate representation of color #95A536: hue angle of 68.65º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95A536 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB14916554-
CMYK0.1000.670.35
HSL68.65º50.68%42.94%-
HSV(B)68.65º67.27%64.71%-
XYZ26.5233.578.57-
YUV147.5675.2129.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 54 (21.48% from 255) = 14.67%
R=40.49%
G=44.84%
B=14.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149165540.1000.670.3568.6550.6842.94
Hex95A536A0432345332b
Octal22524566120103431056353
Binary10010101101001011101101010010000111000111000101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,165,54); }

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

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

 a { background-color: rgb(149,165,54); }

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

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

 span { border-color: rgb(149,165,54); }

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