#95B33C

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

Shades of Limerick #95B33C

Tints of Limerick #95B33C

Color information

#95B33C (or 0x95B33C) is unknown color: approx Limerick. HEX triplet: 95, B3 and 3C. RGB value is (149,179,60). Sum of RGB (Red+Green+Blue) = 149+179+60=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #95B33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B33C is #6A4CC3. Grayscale: #9C9C9C. Windows color (decimal): -6966468 or 3978133. OLE color: 3978133.

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

Color convert

RGB14917960-
CMYK0.1700.660.30
HSL75.13º49.79%46.86%-
HSV(B)75.13º66.48%70.2%-
XYZ29.3338.9610.25-
YUV156.4673.56122.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 179 (70.31% from 255) = 46.13%
BLUE value IS 60 (23.83% from 255) = 15.46%
R=38.40%
G=46.13%
B=15.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149179600.1700.660.3075.1349.7946.86
Hex95B33C110421E4b322f
Octal22526374210102361136257
Binary10010101101100111111001000101000010111101001011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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