#97AB2B

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

Shades of Limerick #97AB2B

Tints of Limerick #97AB2B

Color information

#97AB2B (or 0x97AB2B) is unknown color: approx Limerick. HEX triplet: 97, AB and 2B. RGB value is (151,171,43). Sum of RGB (Red+Green+Blue) = 151+171+43=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AB2B is #6854D4. Grayscale: #969696. Windows color (decimal): -6837461 or 2861975. OLE color: 2861975.

HSL color Cylindrical-coordinate representation of color #97AB2B: hue angle of 69.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97AB2B is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB15117143-
CMYK0.1200.750.33
HSL69.38º59.81%41.96%-
HSV(B)69.38º74.85%67.06%-
XYZ27.7635.887.75-
YUV150.4367.37128.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.37%
GREEN value IS 171 (67.19% from 255) = 46.85%
BLUE value IS 43 (17.19% from 255) = 11.78%
R=41.37%
G=46.85%
B=11.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151171430.1200.750.3369.3859.8141.96
Hex97AB2BC04B21453c2a
Octal22725353140113411057452
Binary10010111101010111010111100010010111000011000101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,171,43); }

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

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

 a { background-color: rgb(151,171,43); }

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

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

 span { border-color: rgb(151,171,43); }

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