Html Css Color HEX #97C582 Gossip

📋 copy color: '#97C582'

red 151 ◦ green 197 ◦ blue 130

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

Shades of Gossip #97C582

Tints of Gossip #97C582

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.21%

 BLUE value IS 130 (51.17% from 255) = 27.2%

R = 31.59%
G = 41.21%
B = 27.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#97C582 (or 0x97C582) is known color: Gossip. HEX triplet: 97, C5 and 82. RGB value is (151,197,130). Sum of RGB (Red+Green+Blue) = 151+197+130=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #97C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C582 is #683A7D. Grayscale: #AFAFAF. Windows color (decimal): -6830718 or 8570263. OLE color: 8570263.

HSL color Cylindrical-coordinate representation of color #97C582: hue angle of 101.19º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97C582 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 197 130 -
CMYK 0.23 0 0.34 0.23
HSL 101.19º 0.37% 0.64% -
HSV(B) 101.19º 0.34% 0.77% -
XYZ 36.76 48.12 28.47 -
YUV 175.61 102.26 110.45 -
System Red Green Blue C M Y K H S L
Decimal 151 197 130 0.23 0 0.34 0.23 101.19 0.37 0.64
Hex 97 C5 82 17 0 22 17 65 25 40
Octal 227 305 202 27 0 42 27 145 45 100
Binary 10010111 11000101 10000010 10111 0 100010 10111 1100101 100101 1000000

Color Harmonies of #97C582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C582

Black with #97C582

Text Example


Text Example

White with #97C582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,197,130); }

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

background-color css

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

 a { background-color: rgb(151,197,130); }

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

border-color css

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

 span { border-color: rgb(151,197,130); }

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