#97AD38

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

Shades of Limerick #97AD38

Tints of Limerick #97AD38

Color information

#97AD38 (or 0x97AD38) is unknown color: approx Limerick. HEX triplet: 97, AD and 38. RGB value is (151,173,56). Sum of RGB (Red+Green+Blue) = 151+173+56=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AD38 is #6852C7. Grayscale: #999999. Windows color (decimal): -6836936 or 3714455. OLE color: 3714455.

HSL color Cylindrical-coordinate representation of color #97AD38: hue angle of 71.28º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97AD38 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB15117356-
CMYK0.1300.680.32
HSL71.28º51.09%44.9%-
HSV(B)71.28º67.63%67.84%-
XYZ28.4236.759.34-
YUV153.0873.21126.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 173 (67.97% from 255) = 45.53%
BLUE value IS 56 (22.27% from 255) = 14.74%
R=39.74%
G=45.53%
B=14.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151173560.1300.680.3271.2851.0944.9
Hex97AD38D0442047332d
Octal22725570150104401076355
Binary10010111101011011110001101010001001000001000111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,173,56); }

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

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

 a { background-color: rgb(151,173,56); }

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

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

 span { border-color: rgb(151,173,56); }

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