Html Css Color HEX #98CA8A Gossip

📋 copy color: '#98CA8A'

red 152 ◦ green 202 ◦ blue 138

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

Shades of Gossip #98CA8A

Tints of Gossip #98CA8A

RGB

 RED value IS 152 (59.77% from 255) = 30.89%

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

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 30.89%
G = 41.06%
B = 28.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#98CA8A (or 0x98CA8A) is known color: Gossip. HEX triplet: 98, CA and 8A. RGB value is (152,202,138). Sum of RGB (Red+Green+Blue) = 152+202+138=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CA8A is #673575. Grayscale: #B3B3B3. Windows color (decimal): -6763894 or 9095832. OLE color: 9095832.

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

Color convert

RGB 152 202 138 -
CMYK 0.25 0 0.32 0.21
HSL 106.88º 0.38% 0.67% -
HSV(B) 106.88º 0.32% 0.79% -
XYZ 38.66 50.75 31.8 -
YUV 179.75 104.44 108.2 -
System Red Green Blue C M Y K H S L
Decimal 152 202 138 0.25 0 0.32 0.21 106.88 0.38 0.67
Hex 98 CA 8A 19 0 20 15 6B 26 43
Octal 230 312 212 31 0 40 25 153 46 103
Binary 10011000 11001010 10001010 11001 0 100000 10101 1101011 100110 1000011

Color Harmonies of #98CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA8A

Black with #98CA8A

Text Example


Text Example

White with #98CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98CA8A; }

 p { color: rgb(152,202,138); }

 H1.HeaderClassName
 {
   color: #98CA8A;
 }
 .AnyTagClassName
 {
   color: #98CA8A;
 }
</style>

background-color css

<style>
 a { background-color: #98CA8A; }

 a { background-color: rgb(152,202,138); }

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

border-color css

<style>
 span { border-color: #98CA8A; }

 span { border-color: rgb(152,202,138); }

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