Html Css Color HEX #9BD673 Gossip

📋 copy color: '#9BD673'

red 155 ◦ green 214 ◦ blue 115

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

Shades of Gossip #9BD673

Tints of Gossip #9BD673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.21%

 BLUE value IS 115 (45.31% from 255) = 23.76%

R = 32.02%
G = 44.21%
B = 23.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#9BD673 (or 0x9BD673) is known color: Gossip. HEX triplet: 9B, D6 and 73. RGB value is (155,214,115). Sum of RGB (Red+Green+Blue) = 155+214+115=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD673 is #64298C. Grayscale: #B9B9B9. Windows color (decimal): -6564237 or 7591579. OLE color: 7591579.

HSL color Cylindrical-coordinate representation of color #9BD673: hue angle of 95.76º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BD673 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 115 -
CMYK 0.28 0 0.46 0.16
HSL 95.76º 0.55% 0.65% -
HSV(B) 95.76º 0.46% 0.84% -
XYZ 40.66 56.3 24.94 -
YUV 185.07 88.45 106.55 -
System Red Green Blue C M Y K H S L
Decimal 155 214 115 0.28 0 0.46 0.16 95.76 0.55 0.65
Hex 9B D6 73 1C 0 2E 10 60 37 41
Octal 233 326 163 34 0 56 20 140 67 101
Binary 10011011 11010110 1110011 11100 0 101110 10000 1100000 110111 1000001

Color Harmonies of #9BD673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD673

Black with #9BD673

Text Example


Text Example

White with #9BD673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,214,115); }

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

background-color css

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

 a { background-color: rgb(155,214,115); }

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

border-color css

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

 span { border-color: rgb(155,214,115); }

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