#95A82F

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

Shades of Limerick #95A82F

Tints of Limerick #95A82F

Color information

#95A82F (or 0x95A82F) is unknown color: approx Limerick. HEX triplet: 95, A8 and 2F. RGB value is (149,168,47). Sum of RGB (Red+Green+Blue) = 149+168+47=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 168 - color contains mainly: green. Hex color #95A82F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A82F is #6A57D0. Grayscale: #949494. Windows color (decimal): -6969297 or 3123349. OLE color: 3123349.

HSL color Cylindrical-coordinate representation of color #95A82F: hue angle of 69.42º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95A82F is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB14916847-
CMYK0.1100.720.34
HSL69.42º56.28%42.16%-
HSV(B)69.42º72.02%65.88%-
XYZ26.9134.67.95-
YUV148.5270.71128.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 168 (66.02% from 255) = 46.15%
BLUE value IS 47 (18.75% from 255) = 12.91%
R=40.93%
G=46.15%
B=12.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal149168470.1100.720.3469.4256.2842.16
Hex95A82FB0482245382a
Octal22525057130110421057052
Binary10010101101010001011111011010010001000101000101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,168,47); }

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

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

 a { background-color: rgb(149,168,47); }

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

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

 span { border-color: rgb(149,168,47); }

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