Html Css Color HEX #9BDE84 Gossip

📋 copy color: '#9BDE84'

red 155 ◦ green 222 ◦ blue 132

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

Shades of Gossip #9BDE84

Tints of Gossip #9BDE84

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.61%

 BLUE value IS 132 (51.95% from 255) = 25.93%

R = 30.45%
G = 43.61%
B = 25.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#9BDE84 (or 0x9BDE84) is known color: Gossip. HEX triplet: 9B, DE and 84. RGB value is (155,222,132). Sum of RGB (Red+Green+Blue) = 155+222+132=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDE84 is #64217B. Grayscale: #C0C0C0. Windows color (decimal): -6562172 or 8707739. OLE color: 8707739.

HSL color Cylindrical-coordinate representation of color #9BDE84: hue angle of 104.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BDE84 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 132 -
CMYK 0.30 0 0.41 0.13
HSL 104.67º 0.58% 0.69% -
HSV(B) 104.67º 0.41% 0.87% -
XYZ 43.8 60.88 31.27 -
YUV 191.71 94.3 101.82 -
System Red Green Blue C M Y K H S L
Decimal 155 222 132 0.30 0 0.41 0.13 104.67 0.58 0.69
Hex 9B DE 84 1E 0 29 D 69 3A 45
Octal 233 336 204 36 0 51 15 151 72 105
Binary 10011011 11011110 10000100 11110 0 101001 1101 1101001 111010 1000101

Color Harmonies of #9BDE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDE84

Black with #9BDE84

Text Example


Text Example

White with #9BDE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,222,132); }

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

background-color css

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

 a { background-color: rgb(155,222,132); }

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

border-color css

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

 span { border-color: rgb(155,222,132); }

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