#95B031

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

Shades of Limerick #95B031

Tints of Limerick #95B031

Color information

#95B031 (or 0x95B031) is unknown color: approx Limerick. HEX triplet: 95, B0 and 31. RGB value is (149,176,49). Sum of RGB (Red+Green+Blue) = 149+176+49=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #95B031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B031 is #6A4FCE. Grayscale: #999999. Windows color (decimal): -6967247 or 3256469. OLE color: 3256469.

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

Color convert

RGB14917649-
CMYK0.1500.720.31
HSL72.76º56.44%44.12%-
HSV(B)72.76º72.16%69.02%-
XYZ28.4737.668.67-
YUV153.4569.05124.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 49 (19.53% from 255) = 13.10%
R=39.84%
G=47.06%
B=13.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149176490.1500.720.3172.7656.4444.12
Hex95B031F0481F49382c
Octal22526061170110371117054
Binary1001010110110000110001111101001000111111001001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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