#95A638

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

Shades of Limerick #95A638

Tints of Limerick #95A638

Color information

#95A638 (or 0x95A638) is unknown color: approx Limerick. HEX triplet: 95, A6 and 38. RGB value is (149,166,56). Sum of RGB (Red+Green+Blue) = 149+166+56=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #95A638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A638 is #6A59C7. Grayscale: #949494. Windows color (decimal): -6969800 or 3712661. OLE color: 3712661.

HSL color Cylindrical-coordinate representation of color #95A638: hue angle of 69.27º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95A638 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB14916656-
CMYK0.1000.660.35
HSL69.27º49.55%43.53%-
HSV(B)69.27º66.27%65.1%-
XYZ26.7433.958.88-
YUV148.3875.87128.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=40.16%
G=44.74%
B=15.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149166560.1000.660.3569.2749.5543.53
Hex95A638A0422345322c
Octal22524670120102431056254
Binary10010101101001101110001010010000101000111000101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,166,56); }

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

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

 a { background-color: rgb(149,166,56); }

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

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

 span { border-color: rgb(149,166,56); }

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