Html Css Color HEX #97CA8C Gossip

📋 copy color: '#97CA8C'

red 151 ◦ green 202 ◦ blue 140

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

Shades of Gossip #97CA8C

Tints of Gossip #97CA8C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.97%

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 30.63%
G = 40.97%
B = 28.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#97CA8C (or 0x97CA8C) is known color: Gossip. HEX triplet: 97, CA and 8C. RGB value is (151,202,140). Sum of RGB (Red+Green+Blue) = 151+202+140=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CA8C is #683573. Grayscale: #B3B3B3. Windows color (decimal): -6829428 or 9226903. OLE color: 9226903.

HSL color Cylindrical-coordinate representation of color #97CA8C: hue angle of 109.35º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97CA8C is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 202 140 -
CMYK 0.25 0 0.31 0.21
HSL 109.35º 0.37% 0.67% -
HSV(B) 109.35º 0.31% 0.79% -
XYZ 38.62 50.71 32.56 -
YUV 179.68 105.6 107.54 -
System Red Green Blue C M Y K H S L
Decimal 151 202 140 0.25 0 0.31 0.21 109.35 0.37 0.67
Hex 97 CA 8C 19 0 1F 15 6D 25 43
Octal 227 312 214 31 0 37 25 155 45 103
Binary 10010111 11001010 10001100 11001 0 11111 10101 1101101 100101 1000011

Color Harmonies of #97CA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CA8C

Black with #97CA8C

Text Example


Text Example

White with #97CA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,202,140); }

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

background-color css

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

 a { background-color: rgb(151,202,140); }

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

border-color css

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

 span { border-color: rgb(151,202,140); }

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