Html Css Color HEX #98CB88 Gossip

📋 copy color: '#98CB88'

red 152 ◦ green 203 ◦ blue 136

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

Shades of Gossip #98CB88

Tints of Gossip #98CB88

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.34%

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

R = 30.96%
G = 41.34%
B = 27.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#98CB88 (or 0x98CB88) is known color: Gossip. HEX triplet: 98, CB and 88. RGB value is (152,203,136). Sum of RGB (Red+Green+Blue) = 152+203+136=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CB88 is #673477. Grayscale: #B4B4B4. Windows color (decimal): -6763640 or 8965016. OLE color: 8965016.

HSL color Cylindrical-coordinate representation of color #98CB88: hue angle of 105.67º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98CB88 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 203 136 -
CMYK 0.25 0 0.33 0.20
HSL 105.67º 0.39% 0.66% -
HSV(B) 105.67º 0.33% 0.8% -
XYZ 38.75 51.16 31.13 -
YUV 180.11 103.1 107.95 -
System Red Green Blue C M Y K H S L
Decimal 152 203 136 0.25 0 0.33 0.20 105.67 0.39 0.66
Hex 98 CB 88 19 0 21 14 6A 27 42
Octal 230 313 210 31 0 41 24 152 47 102
Binary 10011000 11001011 10001000 11001 0 100001 10100 1101010 100111 1000010

Color Harmonies of #98CB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CB88

Black with #98CB88

Text Example


Text Example

White with #98CB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,203,136); }

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

background-color css

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

 a { background-color: rgb(152,203,136); }

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

border-color css

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

 span { border-color: rgb(152,203,136); }

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