#97AC36

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

Shades of Limerick #97AC36

Tints of Limerick #97AC36

Color information

#97AC36 (or 0x97AC36) is unknown color: approx Limerick. HEX triplet: 97, AC and 36. RGB value is (151,172,54). Sum of RGB (Red+Green+Blue) = 151+172+54=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AC36 is #6853C9. Grayscale: #989898. Windows color (decimal): -6837194 or 3583127. OLE color: 3583127.

HSL color Cylindrical-coordinate representation of color #97AC36: hue angle of 70.68º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97AC36 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB15117254-
CMYK0.1200.690.33
HSL70.68º52.21%44.31%-
HSV(B)70.68º68.6%67.45%-
XYZ28.1836.359.02-
YUV152.2772.54127.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 54 (21.48% from 255) = 14.32%
R=40.05%
G=45.62%
B=14.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151172540.1200.690.3370.6852.2144.31
Hex97AC36C0452147342c
Octal22725466140105411076454
Binary10010111101011001101101100010001011000011000111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,172,54); }

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

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

 a { background-color: rgb(151,172,54); }

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

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

 span { border-color: rgb(151,172,54); }

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