#97B331

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

Shades of Limerick #97B331

Tints of Limerick #97B331

Color information

#97B331 (or 0x97B331) is unknown color: approx Limerick. HEX triplet: 97, B3 and 31. RGB value is (151,179,49). Sum of RGB (Red+Green+Blue) = 151+179+49=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #97B331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B331 is #684CCE. Grayscale: #9C9C9C. Windows color (decimal): -6835407 or 3257239. OLE color: 3257239.

HSL color Cylindrical-coordinate representation of color #97B331: hue angle of 72.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97B331 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB15117949-
CMYK0.1600.730.30
HSL72.92º57.02%44.71%-
HSV(B)72.92º72.63%70.2%-
XYZ29.4439.048.89-
YUV155.8167.72124.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 179 (70.31% from 255) = 47.23%
BLUE value IS 49 (19.53% from 255) = 12.93%
R=39.84%
G=47.23%
B=12.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151179490.1600.730.3072.9257.0244.71
Hex97B331100491E49392d
Octal22726361200111361117155
Binary10010111101100111100011000001001001111101001001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,179,49); }

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

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

 a { background-color: rgb(151,179,49); }

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

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

 span { border-color: rgb(151,179,49); }

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