#97B42C

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

Shades of Limerick #97B42C

Tints of Limerick #97B42C

Color information

#97B42C (or 0x97B42C) is unknown color: approx Limerick. HEX triplet: 97, B4 and 2C. RGB value is (151,180,44). Sum of RGB (Red+Green+Blue) = 151+180+44=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #97B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B42C is #684BD3. Grayscale: #9C9C9C. Windows color (decimal): -6835156 or 2929815. OLE color: 2929815.

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

Color convert

RGB15118044-
CMYK0.1600.760.29
HSL72.79º60.71%43.92%-
HSV(B)72.79º75.56%70.59%-
XYZ29.5439.48.43-
YUV155.8264.89124.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=40.27%
G=48%
B=11.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151180440.1600.760.2972.7960.7143.92
Hex97B42C1004C1D493d2c
Octal22726454200114351117554
Binary10010111101101001011001000001001100111011001001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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