#97B523

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

Shades of Limerick #97B523

Tints of Limerick #97B523

Color information

#97B523 (or 0x97B523) is unknown color: approx Limerick. HEX triplet: 97, B5 and 23. RGB value is (151,181,35). Sum of RGB (Red+Green+Blue) = 151+181+35=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #97B523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B523 is #684ADC. Grayscale: #9B9B9B. Windows color (decimal): -6834909 or 2340247. OLE color: 2340247.

HSL color Cylindrical-coordinate representation of color #97B523: hue angle of 72.33º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97B523 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB15118135-
CMYK0.1700.810.29
HSL72.33º67.59%42.35%-
HSV(B)72.33º80.66%70.98%-
XYZ29.5939.757.7-
YUV155.3960.06124.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 181 (71.09% from 255) = 49.32%
BLUE value IS 35 (14.06% from 255) = 9.54%
R=41.14%
G=49.32%
B=9.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151181350.1700.810.2972.3367.5942.35
Hex97B523110511D48442a
Octal227265432101213511010452
Binary100101111011010110001110001010100011110110010001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,181,35); }

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

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

 a { background-color: rgb(151,181,35); }

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

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

 span { border-color: rgb(151,181,35); }

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