#95A73E

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

Shades of Limerick #95A73E

Tints of Limerick #95A73E

Color information

#95A73E (or 0x95A73E) is unknown color: approx Limerick. HEX triplet: 95, A7 and 3E. RGB value is (149,167,62). Sum of RGB (Red+Green+Blue) = 149+167+62=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #95A73E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A73E is #6A58C1. Grayscale: #969696. Windows color (decimal): -6969538 or 4106133. OLE color: 4106133.

HSL color Cylindrical-coordinate representation of color #95A73E: hue angle of 70.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95A73E is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB14916762-
CMYK0.1100.630.35
HSL70.29º45.85%44.9%-
HSV(B)70.29º62.87%65.49%-
XYZ27.0834.379.77-
YUV149.6578.54127.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 167 (65.62% from 255) = 44.18%
BLUE value IS 62 (24.61% from 255) = 16.40%
R=39.42%
G=44.18%
B=16.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149167620.1100.630.3570.2945.8544.9
Hex95A73EB03F23462e2d
Octal2252477613077431065655
Binary1001010110100111111110101101111111000111000110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,167,62); }

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

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

 a { background-color: rgb(149,167,62); }

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

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

 span { border-color: rgb(149,167,62); }

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