#97AA2D

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

Shades of Limerick #97AA2D

Tints of Limerick #97AA2D

Color information

#97AA2D (or 0x97AA2D) is unknown color: approx Limerick. HEX triplet: 97, AA and 2D. RGB value is (151,170,45). Sum of RGB (Red+Green+Blue) = 151+170+45=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AA2D is #6855D2. Grayscale: #969696. Windows color (decimal): -6837715 or 2992791. OLE color: 2992791.

HSL color Cylindrical-coordinate representation of color #97AA2D: hue angle of 69.12º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97AA2D is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB15117045-
CMYK0.1100.740.33
HSL69.12º58.14%42.16%-
HSV(B)69.12º73.53%66.67%-
XYZ27.6135.527.88-
YUV150.0768.71128.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.26%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 45 (17.97% from 255) = 12.30%
R=41.26%
G=46.45%
B=12.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151170450.1100.740.3369.1258.1442.16
Hex97AA2DB04A21453a2a
Octal22725255130112411057252
Binary10010111101010101011011011010010101000011000101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,170,45); }

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

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

 a { background-color: rgb(151,170,45); }

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

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

 span { border-color: rgb(151,170,45); }

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