Html Css Color HEX #9BD288 Gossip

📋 copy color: '#9BD288'

red 155 ◦ green 210 ◦ blue 136

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

Shades of Gossip #9BD288

Tints of Gossip #9BD288

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.92%

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

R = 30.94%
G = 41.92%
B = 27.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#9BD288 (or 0x9BD288) is known color: Gossip. HEX triplet: 9B, D2 and 88. RGB value is (155,210,136). Sum of RGB (Red+Green+Blue) = 155+210+136=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD288 is #642D77. Grayscale: #B9B9B9. Windows color (decimal): -6565240 or 8966811. OLE color: 8966811.

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

Color convert

RGB 155 210 136 -
CMYK 0.26 0 0.35 0.18
HSL 104.59º 0.45% 0.68% -
HSV(B) 104.59º 0.35% 0.82% -
XYZ 41.01 54.84 31.72 -
YUV 185.12 100.28 106.52 -
System Red Green Blue C M Y K H S L
Decimal 155 210 136 0.26 0 0.35 0.18 104.59 0.45 0.68
Hex 9B D2 88 1A 0 23 12 69 2D 44
Octal 233 322 210 32 0 43 22 151 55 104
Binary 10011011 11010010 10001000 11010 0 100011 10010 1101001 101101 1000100

Color Harmonies of #9BD288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD288

Black with #9BD288

Text Example


Text Example

White with #9BD288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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