#97A537

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

Shades of Limerick #97A537

Tints of Limerick #97A537

Color information

#97A537 (or 0x97A537) is unknown color: approx Limerick. HEX triplet: 97, A5 and 37. RGB value is (151,165,55). Sum of RGB (Red+Green+Blue) = 151+165+55=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #97A537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A537 is #685AC8. Grayscale: #949494. Windows color (decimal): -6838985 or 3646871. OLE color: 3646871.

HSL color Cylindrical-coordinate representation of color #97A537: hue angle of 67.64º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97A537 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB15116555-
CMYK0.0800.670.35
HSL67.64º50%43.14%-
HSV(B)67.64º66.67%64.71%-
XYZ26.9133.778.71-
YUV148.2775.36129.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 55 (21.88% from 255) = 14.82%
R=40.70%
G=44.47%
B=14.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151165550.0800.670.3567.645043.14
Hex97A53780432344322b
Octal22724567100103431046253
Binary10010111101001011101111000010000111000111000100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,165,55); }

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

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

 a { background-color: rgb(151,165,55); }

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

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

 span { border-color: rgb(151,165,55); }

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