Html Css Color HEX #9BD088 Gossip

📋 copy color: '#9BD088'

red 155 ◦ green 208 ◦ blue 136

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

Shades of Gossip #9BD088

Tints of Gossip #9BD088

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.68%

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

R = 31.06%
G = 41.68%
B = 27.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#9BD088 (or 0x9BD088) is known color: Gossip. HEX triplet: 9B, D0 and 88. RGB value is (155,208,136). Sum of RGB (Red+Green+Blue) = 155+208+136=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD088 is #642F77. Grayscale: #B8B8B8. Windows color (decimal): -6565752 or 8966299. OLE color: 8966299.

HSL color Cylindrical-coordinate representation of color #9BD088: hue angle of 104.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD088 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 208 136 -
CMYK 0.25 0 0.35 0.18
HSL 104.17º 0.43% 0.67% -
HSV(B) 104.17º 0.35% 0.82% -
XYZ 40.52 53.86 31.55 -
YUV 183.95 100.94 107.35 -
System Red Green Blue C M Y K H S L
Decimal 155 208 136 0.25 0 0.35 0.18 104.17 0.43 0.67
Hex 9B D0 88 19 0 23 12 68 2B 43
Octal 233 320 210 31 0 43 22 150 53 103
Binary 10011011 11010000 10001000 11001 0 100011 10010 1101000 101011 1000011

Color Harmonies of #9BD088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD088

Black with #9BD088

Text Example


Text Example

White with #9BD088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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