Html Css Color HEX #9BD88A Gossip

📋 copy color: '#9BD88A'

red 155 ◦ green 216 ◦ blue 138

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

Shades of Gossip #9BD88A

Tints of Gossip #9BD88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.44%

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 30.45%
G = 42.44%
B = 27.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#9BD88A (or 0x9BD88A) is known color: Gossip. HEX triplet: 9B, D8 and 8A. RGB value is (155,216,138). Sum of RGB (Red+Green+Blue) = 155+216+138=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD88A is #642775. Grayscale: #BDBDBD. Windows color (decimal): -6563702 or 9099419. OLE color: 9099419.

HSL color Cylindrical-coordinate representation of color #9BD88A: hue angle of 106.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BD88A is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 216 138 -
CMYK 0.28 0 0.36 0.15
HSL 106.92º 0.5% 0.69% -
HSV(B) 106.92º 0.36% 0.85% -
XYZ 42.66 57.92 32.98 -
YUV 188.87 99.29 103.84 -
System Red Green Blue C M Y K H S L
Decimal 155 216 138 0.28 0 0.36 0.15 106.92 0.5 0.69
Hex 9B D8 8A 1C 0 24 F 6B 32 45
Octal 233 330 212 34 0 44 17 153 62 105
Binary 10011011 11011000 10001010 11100 0 100100 1111 1101011 110010 1000101

Color Harmonies of #9BD88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD88A

Black with #9BD88A

Text Example


Text Example

White with #9BD88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,216,138); }

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

background-color css

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

 a { background-color: rgb(155,216,138); }

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

border-color css

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

 span { border-color: rgb(155,216,138); }

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