#95B53C

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

Shades of Limerick #95B53C

Tints of Limerick #95B53C

Color information

#95B53C (or 0x95B53C) is unknown color: approx Limerick. HEX triplet: 95, B5 and 3C. RGB value is (149,181,60). Sum of RGB (Red+Green+Blue) = 149+181+60=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #95B53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B53C is #6A4AC3. Grayscale: #9E9E9E. Windows color (decimal): -6965956 or 3978645. OLE color: 3978645.

HSL color Cylindrical-coordinate representation of color #95B53C: hue angle of 75.87º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95B53C is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB14918160-
CMYK0.1800.670.29
HSL75.87º50.21%47.25%-
HSV(B)75.87º66.85%70.98%-
XYZ29.7339.7610.38-
YUV157.6472.9121.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 60 (23.83% from 255) = 15.38%
R=38.21%
G=46.41%
B=15.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149181600.1800.670.2975.8750.2147.25
Hex95B53C120431D4c322f
Octal22526574220103351146257
Binary10010101101101011111001001001000011111011001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,60); }

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

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

 a { background-color: rgb(149,181,60); }

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

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

 span { border-color: rgb(149,181,60); }

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