#95B126

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

Shades of Limerick #95B126

Tints of Limerick #95B126

Color information

#95B126 (or 0x95B126) is unknown color: approx Limerick. HEX triplet: 95, B1 and 26. RGB value is (149,177,38). Sum of RGB (Red+Green+Blue) = 149+177+38=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #95B126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B126 is #6A4ED9. Grayscale: #999999. Windows color (decimal): -6967002 or 2535829. OLE color: 2535829.

HSL color Cylindrical-coordinate representation of color #95B126: hue angle of 72.09º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95B126 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB14917738-
CMYK0.1600.790.31
HSL72.09º64.65%42.16%-
HSV(B)72.09º78.53%69.41%-
XYZ28.4737.977.66-
YUV152.7863.22125.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 177 (69.53% from 255) = 48.63%
BLUE value IS 38 (15.23% from 255) = 10.44%
R=40.93%
G=48.63%
B=10.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149177380.1600.790.3172.0964.6542.16
Hex95B1261004F1F48412a
Octal225261462001173711010152
Binary100101011011000110011010000010011111111110010001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,177,38); }

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

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

 a { background-color: rgb(149,177,38); }

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

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

 span { border-color: rgb(149,177,38); }

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