Html Css Color HEX #9BC988 Gossip

📋 copy color: '#9BC988'

red 155 ◦ green 201 ◦ blue 136

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

Shades of Gossip #9BC988

Tints of Gossip #9BC988

RGB

 RED value IS 155 (60.94% from 255) = 31.5%

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

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

R = 31.5%
G = 40.85%
B = 27.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#9BC988 (or 0x9BC988) is known color: Gossip. HEX triplet: 9B, C9 and 88. RGB value is (155,201,136). Sum of RGB (Red+Green+Blue) = 155+201+136=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC988 is #643677. Grayscale: #B4B4B4. Windows color (decimal): -6567544 or 8964507. OLE color: 8964507.

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

Color convert

RGB 155 201 136 -
CMYK 0.23 0 0.32 0.21
HSL 102.46º 0.38% 0.66% -
HSV(B) 102.46º 0.32% 0.79% -
XYZ 38.85 50.52 31 -
YUV 179.84 103.26 110.29 -
System Red Green Blue C M Y K H S L
Decimal 155 201 136 0.23 0 0.32 0.21 102.46 0.38 0.66
Hex 9B C9 88 17 0 20 15 66 26 42
Octal 233 311 210 27 0 40 25 146 46 102
Binary 10011011 11001001 10001000 10111 0 100000 10101 1100110 100110 1000010

Color Harmonies of #9BC988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC988

Black with #9BC988

Text Example


Text Example

White with #9BC988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BC988; }

 p { color: rgb(155,201,136); }

 H1.HeaderClassName
 {
   color: #9BC988;
 }
 .AnyTagClassName
 {
   color: #9BC988;
 }
</style>

background-color css

<style>
 a { background-color: #9BC988; }

 a { background-color: rgb(155,201,136); }

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

border-color css

<style>
 span { border-color: #9BC988; }

 span { border-color: rgb(155,201,136); }

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