Html Css Color HEX #9BDD7E Gossip

📋 copy color: '#9BDD7E'

red 155 ◦ green 221 ◦ blue 126

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

Shades of Gossip #9BDD7E

Tints of Gossip #9BDD7E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.02%

 BLUE value IS 126 (49.61% from 255) = 25.1%

R = 30.88%
G = 44.02%
B = 25.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#9BDD7E (or 0x9BDD7E) is known color: Gossip. HEX triplet: 9B, DD and 7E. RGB value is (155,221,126). Sum of RGB (Red+Green+Blue) = 155+221+126=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD7E is #642281. Grayscale: #BEBEBE. Windows color (decimal): -6562434 or 8314267. OLE color: 8314267.

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

Color convert

RGB 155 221 126 -
CMYK 0.30 0 0.43 0.13
HSL 101.68º 0.58% 0.68% -
HSV(B) 101.68º 0.43% 0.87% -
XYZ 43.14 60.19 29.08 -
YUV 190.44 91.63 102.72 -
System Red Green Blue C M Y K H S L
Decimal 155 221 126 0.30 0 0.43 0.13 101.68 0.58 0.68
Hex 9B DD 7E 1E 0 2B D 66 3A 44
Octal 233 335 176 36 0 53 15 146 72 104
Binary 10011011 11011101 1111110 11110 0 101011 1101 1100110 111010 1000100

Color Harmonies of #9BDD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDD7E

Black with #9BDD7E

Text Example


Text Example

White with #9BDD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,221,126); }

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

background-color css

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

 a { background-color: rgb(155,221,126); }

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

border-color css

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

 span { border-color: rgb(155,221,126); }

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