#97B429

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

Shades of Limerick #97B429

Tints of Limerick #97B429

Color information

#97B429 (or 0x97B429) is unknown color: approx Limerick. HEX triplet: 97, B4 and 29. RGB value is (151,180,41). Sum of RGB (Red+Green+Blue) = 151+180+41=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #97B429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B429 is #684BD6. Grayscale: #9C9C9C. Windows color (decimal): -6835159 or 2733207. OLE color: 2733207.

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

Color convert

RGB15118041-
CMYK0.1600.770.29
HSL72.52º62.9%43.33%-
HSV(B)72.52º77.22%70.59%-
XYZ29.4839.388.15-
YUV155.4863.39124.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 180 (70.70% from 255) = 48.39%
BLUE value IS 41 (16.41% from 255) = 11.02%
R=40.59%
G=48.39%
B=11.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151180410.1600.770.2972.5262.943.33
Hex97B4291004D1D493f2b
Octal22726451200115351117753
Binary10010111101101001010011000001001101111011001001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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