Html Css Color HEX #97CA8B Gossip

📋 copy color: '#97CA8B'

red 151 ◦ green 202 ◦ blue 139

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

Shades of Gossip #97CA8B

Tints of Gossip #97CA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 30.69%
G = 41.06%
B = 28.25%

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

#97CA8B (or 0x97CA8B) is known color: Gossip. HEX triplet: 97, CA and 8B. RGB value is (151,202,139). Sum of RGB (Red+Green+Blue) = 151+202+139=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CA8B is #683574. Grayscale: #B3B3B3. Windows color (decimal): -6829429 or 9161367. OLE color: 9161367.

HSL color Cylindrical-coordinate representation of color #97CA8B: hue angle of 108.57º 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 #97CA8B is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 202 139 -
CMYK 0.25 0 0.31 0.21
HSL 108.57º 0.37% 0.67% -
HSV(B) 108.57º 0.31% 0.79% -
XYZ 38.54 50.68 32.18 -
YUV 179.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 151 202 139 0.25 0 0.31 0.21 108.57 0.37 0.67
Hex 97 CA 8B 19 0 1F 15 6D 25 43
Octal 227 312 213 31 0 37 25 155 45 103
Binary 10010111 11001010 10001011 11001 0 11111 10101 1101101 100101 1000011

Color Harmonies of #97CA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CA8B

Black with #97CA8B

Text Example


Text Example

White with #97CA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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