#95AB38

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

Shades of Limerick #95AB38

Tints of Limerick #95AB38

Color information

#95AB38 (or 0x95AB38) is unknown color: approx Limerick. HEX triplet: 95, AB and 38. RGB value is (149,171,56). Sum of RGB (Red+Green+Blue) = 149+171+56=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AB38 is #6A54C7. Grayscale: #979797. Windows color (decimal): -6968520 or 3713941. OLE color: 3713941.

HSL color Cylindrical-coordinate representation of color #95AB38: hue angle of 71.48º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95AB38 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB14917156-
CMYK0.1300.670.33
HSL71.48º50.66%44.51%-
HSV(B)71.48º67.25%67.06%-
XYZ27.6735.89.19-
YUV151.3174.21126.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 56 (22.27% from 255) = 14.89%
R=39.63%
G=45.48%
B=14.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149171560.1300.670.3371.4850.6644.51
Hex95AB38D0432147332d
Octal22525370150103411076355
Binary10010101101010111110001101010000111000011000111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,56); }

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

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

 a { background-color: rgb(149,171,56); }

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

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

 span { border-color: rgb(149,171,56); }

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