#97A939

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

Shades of Limerick #97A939

Tints of Limerick #97A939

Color information

#97A939 (or 0x97A939) is unknown color: approx Limerick. HEX triplet: 97, A9 and 39. RGB value is (151,169,57). Sum of RGB (Red+Green+Blue) = 151+169+57=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #97A939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A939 is #6856C6. Grayscale: #979797. Windows color (decimal): -6837959 or 3778967. OLE color: 3778967.

HSL color Cylindrical-coordinate representation of color #97A939: hue angle of 69.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97A939 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB15116957-
CMYK0.1100.660.34
HSL69.64º49.56%44.31%-
HSV(B)69.64º66.27%66.27%-
XYZ27.6935.259.22-
YUV150.8575.04128.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 57 (22.66% from 255) = 15.12%
R=40.05%
G=44.83%
B=15.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal151169570.1100.660.3469.6449.5644.31
Hex97A939B0422246322c
Octal22725171130102421066254
Binary10010111101010011110011011010000101000101000110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A939; }

 p { color: rgb(151,169,57); }

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

<style>
 a { background-color: #97A939; }

 a { background-color: rgb(151,169,57); }

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

<style>
 span { border-color: #97A939; }

 span { border-color: rgb(151,169,57); }

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