#95B036

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

Shades of Limerick #95B036

Tints of Limerick #95B036

Color information

#95B036 (or 0x95B036) is unknown color: approx Limerick. HEX triplet: 95, B0 and 36. RGB value is (149,176,54). Sum of RGB (Red+Green+Blue) = 149+176+54=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #95B036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B036 is #6A4FC9. Grayscale: #9A9A9A. Windows color (decimal): -6967242 or 3584149. OLE color: 3584149.

HSL color Cylindrical-coordinate representation of color #95B036: hue angle of 73.28º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95B036 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB14917654-
CMYK0.1500.690.31
HSL73.28º53.04%45.1%-
HSV(B)73.28º69.32%69.02%-
XYZ28.5937.719.26-
YUV154.0271.55124.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 176 (69.14% from 255) = 46.44%
BLUE value IS 54 (21.48% from 255) = 14.25%
R=39.31%
G=46.44%
B=14.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149176540.1500.690.3173.2853.0445.1
Hex95B036F0451F49352d
Octal22526066170105371116555
Binary1001010110110000110110111101000101111111001001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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