#97B13D

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

Shades of Limerick #97B13D

Tints of Limerick #97B13D

Color information

#97B13D (or 0x97B13D) is unknown color: approx Limerick. HEX triplet: 97, B1 and 3D. RGB value is (151,177,61). Sum of RGB (Red+Green+Blue) = 151+177+61=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #97B13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97B13D is #684EC2. Grayscale: #9C9C9C. Windows color (decimal): -6835907 or 4043159. OLE color: 4043159.

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

Color convert

RGB15117761-
CMYK0.1500.660.31
HSL73.45º48.74%46.67%-
HSV(B)73.45º65.54%69.41%-
XYZ29.3338.3610.27-
YUV15674.39124.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 61 (24.22% from 255) = 15.68%
R=38.82%
G=45.50%
B=15.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151177610.1500.660.3173.4548.7446.67
Hex97B13DF0421F49312f
Octal22726175170102371116157
Binary1001011110110001111101111101000010111111001001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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