#97B426

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

Shades of Limerick #97B426

Tints of Limerick #97B426

Color information

#97B426 (or 0x97B426) is unknown color: approx Limerick. HEX triplet: 97, B4 and 26. RGB value is (151,180,38). Sum of RGB (Red+Green+Blue) = 151+180+38=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #97B426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B426 is #684BD9. Grayscale: #9B9B9B. Windows color (decimal): -6835162 or 2536599. OLE color: 2536599.

HSL color Cylindrical-coordinate representation of color #97B426: hue angle of 72.25º 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 #97B426 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB15118038-
CMYK0.1600.790.29
HSL72.25º65.14%42.75%-
HSV(B)72.25º78.89%70.59%-
XYZ29.4339.367.88-
YUV155.1461.89125.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 180 (70.70% from 255) = 48.78%
BLUE value IS 38 (15.23% from 255) = 10.30%
R=40.92%
G=48.78%
B=10.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151180380.1600.790.2972.2565.1442.75
Hex97B4261004F1D48412b
Octal227264462001173511010153
Binary100101111011010010011010000010011111110110010001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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