Html Css Color HEX #97C388 Gossip

📋 copy color: '#97C388'

red 151 ◦ green 195 ◦ blue 136

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

Shades of Gossip #97C388

Tints of Gossip #97C388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.46%

 BLUE value IS 136 (53.52% from 255) = 28.22%

R = 31.33%
G = 40.46%
B = 28.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#97C388 (or 0x97C388) is known color: Gossip. HEX triplet: 97, C3 and 88. RGB value is (151,195,136). Sum of RGB (Red+Green+Blue) = 151+195+136=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #97C388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C388 is #683C77. Grayscale: #AFAFAF. Windows color (decimal): -6831224 or 8962967. OLE color: 8962967.

HSL color Cylindrical-coordinate representation of color #97C388: hue angle of 104.75º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97C388 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 195 136 -
CMYK 0.23 0 0.30 0.24
HSL 104.75º 0.33% 0.65% -
HSV(B) 104.75º 0.3% 0.76% -
XYZ 36.72 47.39 30.5 -
YUV 175.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 151 195 136 0.23 0 0.30 0.24 104.75 0.33 0.65
Hex 97 C3 88 17 0 1E 18 69 21 41
Octal 227 303 210 27 0 36 30 151 41 101
Binary 10010111 11000011 10001000 10111 0 11110 11000 1101001 100001 1000001

Color Harmonies of #97C388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C388

Black with #97C388

Text Example


Text Example

White with #97C388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,195,136); }

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

background-color css

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

 a { background-color: rgb(151,195,136); }

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

border-color css

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

 span { border-color: rgb(151,195,136); }

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