#97B133

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

Shades of Limerick #97B133

Tints of Limerick #97B133

Color information

#97B133 (or 0x97B133) is unknown color: approx Limerick. HEX triplet: 97, B1 and 33. RGB value is (151,177,51). Sum of RGB (Red+Green+Blue) = 151+177+51=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #97B133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97B133 is #684ECC. Grayscale: #9B9B9B. Windows color (decimal): -6835917 or 3387799. OLE color: 3387799.

HSL color Cylindrical-coordinate representation of color #97B133: hue angle of 72.38º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97B133 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB15117751-
CMYK0.1500.710.31
HSL72.38º55.26%44.71%-
HSV(B)72.38º71.19%69.41%-
XYZ29.0838.268.98-
YUV154.8669.39125.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 51 (20.31% from 255) = 13.46%
R=39.84%
G=46.70%
B=13.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151177510.1500.710.3172.3855.2644.71
Hex97B133F0471F48372d
Octal22726163170107371106755
Binary1001011110110001110011111101000111111111001000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,177,51); }

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

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

 a { background-color: rgb(151,177,51); }

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

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

 span { border-color: rgb(151,177,51); }

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