Html Css Color HEX #97AB40 Limerick

📋 copy color: '#97AB40'

red 151 ◦ green 171 ◦ blue 64

#97AB40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #97AB40

Tints of Limerick #97AB40

RGB

 RED value IS 151 (59.38% from 255) = 39.12%

 GREEN value IS 171 (67.19% from 255) = 44.3%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 39.12%
G = 44.3%
B = 16.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#97AB40 (or 0x97AB40) is known color: Limerick. HEX triplet: 97, AB and 40. RGB value is (151,171,64). Sum of RGB (Red+Green+Blue) = 151+171+64=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AB40 is #6854BF. Grayscale: #999999. Windows color (decimal): -6837440 or 4238231. OLE color: 4238231.

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

Color convert

RGB 151 171 64 -
CMYK 0.12 0 0.63 0.33
HSL 71.21º 0.46% 0.46% -
HSV(B) 71.21º 0.63% 0.67% -
XYZ 28.25 36.08 10.32 -
YUV 152.82 77.87 126.7 -
System Red Green Blue C M Y K H S L
Decimal 151 171 64 0.12 0 0.63 0.33 71.21 0.46 0.46
Hex 97 AB 40 C 0 3F 21 47 2E 2E
Octal 227 253 100 14 0 77 41 107 56 56
Binary 10010111 10101011 1000000 1100 0 111111 100001 1000111 101110 101110

Color Harmonies of #97AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AB40

Black with #97AB40

Text Example


Text Example

White with #97AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97AB40;
 }
 .AnyTagClassName
 {
   color: #97AB40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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