Html Css Color HEX #97AC32 Limerick

📋 copy color: '#97AC32'

red 151 ◦ green 172 ◦ blue 50

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

Shades of Limerick #97AC32

Tints of Limerick #97AC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.11%

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 40.48%
G = 46.11%
B = 13.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#97AC32 (or 0x97AC32) is known color: Limerick. HEX triplet: 97, AC and 32. RGB value is (151,172,50). Sum of RGB (Red+Green+Blue) = 151+172+50=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AC32 is #6853CD. Grayscale: #989898. Windows color (decimal): -6837198 or 3320983. OLE color: 3320983.

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

Color convert

RGB 151 172 50 -
CMYK 0.12 0 0.71 0.33
HSL 70.33º 0.55% 0.44% -
HSV(B) 70.33º 0.71% 0.67% -
XYZ 28.09 36.31 8.55 -
YUV 151.81 70.54 127.42 -
System Red Green Blue C M Y K H S L
Decimal 151 172 50 0.12 0 0.71 0.33 70.33 0.55 0.44
Hex 97 AC 32 C 0 47 21 46 37 2C
Octal 227 254 62 14 0 107 41 106 67 54
Binary 10010111 10101100 110010 1100 0 1000111 100001 1000110 110111 101100

Color Harmonies of #97AC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AC32

Black with #97AC32

Text Example


Text Example

White with #97AC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,172,50); }

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

background-color css

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

 a { background-color: rgb(151,172,50); }

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

border-color css

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

 span { border-color: rgb(151,172,50); }

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