#97A63D

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

Shades of Limerick #97A63D

Tints of Limerick #97A63D

Color information

#97A63D (or 0x97A63D) is unknown color: approx Limerick. HEX triplet: 97, A6 and 3D. RGB value is (151,166,61). Sum of RGB (Red+Green+Blue) = 151+166+61=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #97A63D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A63D is #6859C2. Grayscale: #959595. Windows color (decimal): -6838723 or 4040343. OLE color: 4040343.

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

Color convert

RGB15116661-
CMYK0.0900.630.35
HSL68.57º46.26%44.51%-
HSV(B)68.57º63.25%65.1%-
XYZ27.2434.199.58-
YUV149.5578.03129.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=39.95%
G=43.92%
B=16.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151166610.0900.630.3568.5746.2644.51
Hex97A63D903F23452e2d
Octal2272467511077431055655
Binary1001011110100110111101100101111111000111000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,166,61); }

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

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

 a { background-color: rgb(151,166,61); }

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

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

 span { border-color: rgb(151,166,61); }

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