#95B31A

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

Shades of Limerick #95B31A

Tints of Limerick #95B31A

Color information

#95B31A (or 0x95B31A) is unknown color: approx Limerick. HEX triplet: 95, B3 and 1A. RGB value is (149,179,26). Sum of RGB (Red+Green+Blue) = 149+179+26=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #95B31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B31A is #6A4CE5. Grayscale: #999999. Windows color (decimal): -6966502 or 1749909. OLE color: 1749909.

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

Color convert

RGB14917926-
CMYK0.1700.850.30
HSL71.76º74.63%40.2%-
HSV(B)71.76º85.47%70.2%-
XYZ28.738.76.94-
YUV152.5956.56125.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 179 (70.31% from 255) = 50.56%
BLUE value IS 26 (10.55% from 255) = 7.34%
R=42.09%
G=50.56%
B=7.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149179260.1700.850.3071.7674.6340.2
Hex95B31A110551E484b28
Octal225263322101253611011350
Binary10010101101100111101010001010101011111010010001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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