#97A93F

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

Shades of Limerick #97A93F

Tints of Limerick #97A93F

Color information

#97A93F (or 0x97A93F) is unknown color: approx Limerick. HEX triplet: 97, A9 and 3F. RGB value is (151,169,63). Sum of RGB (Red+Green+Blue) = 151+169+63=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #97A93F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A93F is #6856C0. Grayscale: #979797. Windows color (decimal): -6837953 or 4172183. OLE color: 4172183.

HSL color Cylindrical-coordinate representation of color #97A93F: hue angle of 70.19º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97A93F is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB15116963-
CMYK0.1100.630.34
HSL70.19º45.69%45.49%-
HSV(B)70.19º62.72%66.27%-
XYZ27.8535.3110.05-
YUV151.5378.04127.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 63 (25% from 255) = 16.45%
R=39.43%
G=44.13%
B=16.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal151169630.1100.630.3470.1945.6945.49
Hex97A93FB03F22462e2d
Octal2272517713077421065655
Binary1001011110101001111111101101111111000101000110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,169,63); }

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

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

 a { background-color: rgb(151,169,63); }

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

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

 span { border-color: rgb(151,169,63); }

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