Html Css Color HEX #99C98B Gossip

📋 copy color: '#99C98B'

red 153 ◦ green 201 ◦ blue 139

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

Shades of Gossip #99C98B

Tints of Gossip #99C98B

RGB

 RED value IS 153 (60.16% from 255) = 31.03%

 GREEN value IS 201 (78.91% from 255) = 40.77%

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

R = 31.03%
G = 40.77%
B = 28.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#99C98B (or 0x99C98B) is known color: Gossip. HEX triplet: 99, C9 and 8B. RGB value is (153,201,139). Sum of RGB (Red+Green+Blue) = 153+201+139=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #99C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C98B is #663674. Grayscale: #B3B3B3. Windows color (decimal): -6698613 or 9161113. OLE color: 9161113.

HSL color Cylindrical-coordinate representation of color #99C98B: hue angle of 106.45º degrees, saturation: 0.36, 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 #99C98B is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 201 139 -
CMYK 0.24 0 0.31 0.21
HSL 106.45º 0.36% 0.67% -
HSV(B) 106.45º 0.31% 0.79% -
XYZ 38.68 50.41 32.12 -
YUV 179.58 105.1 109.04 -
System Red Green Blue C M Y K H S L
Decimal 153 201 139 0.24 0 0.31 0.21 106.45 0.36 0.67
Hex 99 C9 8B 18 0 1F 15 6A 24 43
Octal 231 311 213 30 0 37 25 152 44 103
Binary 10011001 11001001 10001011 11000 0 11111 10101 1101010 100100 1000011

Color Harmonies of #99C98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C98B

Black with #99C98B

Text Example


Text Example

White with #99C98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99C98B; }

 p { color: rgb(153,201,139); }

 H1.HeaderClassName
 {
   color: #99C98B;
 }
 .AnyTagClassName
 {
   color: #99C98B;
 }
</style>

background-color css

<style>
 a { background-color: #99C98B; }

 a { background-color: rgb(153,201,139); }

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

border-color css

<style>
 span { border-color: #99C98B; }

 span { border-color: rgb(153,201,139); }

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