#97B526

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

Shades of Limerick #97B526

Tints of Limerick #97B526

Color information

#97B526 (or 0x97B526) is unknown color: approx Limerick. HEX triplet: 97, B5 and 26. RGB value is (151,181,38). Sum of RGB (Red+Green+Blue) = 151+181+38=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #97B526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B526 is #684AD9. Grayscale: #9C9C9C. Windows color (decimal): -6834906 or 2536855. OLE color: 2536855.

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

Color convert

RGB15118138-
CMYK0.1700.790.29
HSL72.59º65.3%42.94%-
HSV(B)72.59º79.01%70.98%-
XYZ29.6439.777.95-
YUV155.7361.56124.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 181 (71.09% from 255) = 48.92%
BLUE value IS 38 (15.23% from 255) = 10.27%
R=40.81%
G=48.92%
B=10.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151181380.1700.790.2972.5965.342.94
Hex97B5261104F1D49412b
Octal227265462101173511110153
Binary100101111011010110011010001010011111110110010011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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