Html Css Color HEX #9BD57E Gossip

📋 copy color: '#9BD57E'

red 155 ◦ green 213 ◦ blue 126

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

Shades of Gossip #9BD57E

Tints of Gossip #9BD57E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.12%

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

R = 31.38%
G = 43.12%
B = 25.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#9BD57E (or 0x9BD57E) is known color: Gossip. HEX triplet: 9B, D5 and 7E. RGB value is (155,213,126). Sum of RGB (Red+Green+Blue) = 155+213+126=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD57E is #642A81. Grayscale: #BABABA. Windows color (decimal): -6564482 or 8312219. OLE color: 8312219.

HSL color Cylindrical-coordinate representation of color #9BD57E: hue angle of 100º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BD57E is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 126 -
CMYK 0.27 0 0.41 0.16
HSL 100º 0.51% 0.66% -
HSV(B) 100º 0.41% 0.84% -
XYZ 41.08 56.06 28.39 -
YUV 185.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 155 213 126 0.27 0 0.41 0.16 100 0.51 0.66
Hex 9B D5 7E 1B 0 29 10 64 33 42
Octal 233 325 176 33 0 51 20 144 63 102
Binary 10011011 11010101 1111110 11011 0 101001 10000 1100100 110011 1000010

Color Harmonies of #9BD57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD57E

Black with #9BD57E

Text Example


Text Example

White with #9BD57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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