#95A533

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

Shades of Limerick #95A533

Tints of Limerick #95A533

Color information

#95A533 (or 0x95A533) is unknown color: approx Limerick. HEX triplet: 95, A5 and 33. RGB value is (149,165,51). Sum of RGB (Red+Green+Blue) = 149+165+51=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #95A533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A533 is #6A5ACC. Grayscale: #939393. Windows color (decimal): -6970061 or 3384725. OLE color: 3384725.

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

Color convert

RGB14916551-
CMYK0.1000.690.35
HSL68.42º52.78%42.35%-
HSV(B)68.42º69.09%64.71%-
XYZ26.4533.548.21-
YUV147.2273.7129.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 165 (64.84% from 255) = 45.21%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=40.82%
G=45.21%
B=13.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149165510.1000.690.3568.4252.7842.35
Hex95A533A0452344352a
Octal22524563120105431046552
Binary10010101101001011100111010010001011000111000100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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