#97A72D

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

Shades of Limerick #97A72D

Tints of Limerick #97A72D

Color information

#97A72D (or 0x97A72D) is unknown color: approx Limerick. HEX triplet: 97, A7 and 2D. RGB value is (151,167,45). Sum of RGB (Red+Green+Blue) = 151+167+45=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 167 - color contains mainly: green. Hex color #97A72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A72D is #6858D2. Grayscale: #949494. Windows color (decimal): -6838483 or 2992023. OLE color: 2992023.

HSL color Cylindrical-coordinate representation of color #97A72D: hue angle of 67.87º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97A72D is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB15116745-
CMYK0.1000.730.35
HSL67.87º57.55%41.57%-
HSV(B)67.87º73.05%65.49%-
XYZ27.0534.417.7-
YUV148.3169.7129.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 167 (65.62% from 255) = 46.01%
BLUE value IS 45 (17.97% from 255) = 12.40%
R=41.60%
G=46.01%
B=12.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151167450.1000.730.3567.8757.5541.57
Hex97A72DA04923443a2a
Octal22724755120111431047252
Binary10010111101001111011011010010010011000111000100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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