#97A93A

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

Shades of Limerick #97A93A

Tints of Limerick #97A93A

Color information

#97A93A (or 0x97A93A) is unknown color: approx Limerick. HEX triplet: 97, A9 and 3A. RGB value is (151,169,58). Sum of RGB (Red+Green+Blue) = 151+169+58=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #97A93A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A93A is #6856C5. Grayscale: #979797. Windows color (decimal): -6837958 or 3844503. OLE color: 3844503.

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

Color convert

RGB15116958-
CMYK0.1100.660.34
HSL69.73º48.9%44.51%-
HSV(B)69.73º65.68%66.27%-
XYZ27.7135.269.35-
YUV150.9675.54128.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 169 (66.41% from 255) = 44.71%
BLUE value IS 58 (23.05% from 255) = 15.34%
R=39.95%
G=44.71%
B=15.34%

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
Decimal151169580.1100.660.3469.7348.944.51
Hex97A93AB0422246312d
Octal22725172130102421066155
Binary10010111101010011110101011010000101000101000110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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