#95B11B

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

Shades of Limerick #95B11B

Tints of Limerick #95B11B

Color information

#95B11B (or 0x95B11B) is unknown color: approx Limerick. HEX triplet: 95, B1 and 1B. RGB value is (149,177,27). Sum of RGB (Red+Green+Blue) = 149+177+27=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #95B11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B11B is #6A4EE4. Grayscale: #989898. Windows color (decimal): -6967013 or 1814933. OLE color: 1814933.

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

Color convert

RGB14917727-
CMYK0.1600.850.31
HSL71.2º73.53%40%-
HSV(B)71.2º84.75%69.41%-
XYZ28.3137.916.86-
YUV151.5357.72126.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 177 (69.53% from 255) = 50.14%
BLUE value IS 27 (10.94% from 255) = 7.65%
R=42.21%
G=50.14%
B=7.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149177270.1600.850.3171.273.5340
Hex95B11B100551F474a28
Octal225261332001253710711250
Binary10010101101100011101110000010101011111110001111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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