#95B53D

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

Shades of Limerick #95B53D

Tints of Limerick #95B53D

Color information

#95B53D (or 0x95B53D) is unknown color: approx Limerick. HEX triplet: 95, B5 and 3D. RGB value is (149,181,61). Sum of RGB (Red+Green+Blue) = 149+181+61=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #95B53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B53D is #6A4AC2. Grayscale: #9E9E9E. Windows color (decimal): -6965955 or 4044181. OLE color: 4044181.

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

Color convert

RGB14918161-
CMYK0.1800.660.29
HSL76º49.59%47.45%-
HSV(B)76º66.3%70.98%-
XYZ29.7639.7710.52-
YUV157.7573.4121.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 181 (71.09% from 255) = 46.29%
BLUE value IS 61 (24.22% from 255) = 15.60%
R=38.11%
G=46.29%
B=15.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149181610.1800.660.297649.5947.45
Hex95B53D120421D4c322f
Octal22526575220102351146257
Binary10010101101101011111011001001000010111011001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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