Html Css Color HEX #9BD675 Gossip

📋 copy color: '#9BD675'

red 155 ◦ green 214 ◦ blue 117

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

Shades of Gossip #9BD675

Tints of Gossip #9BD675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.07%

R = 31.89%
G = 44.03%
B = 24.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#9BD675 (or 0x9BD675) is known color: Gossip. HEX triplet: 9B, D6 and 75. RGB value is (155,214,117). Sum of RGB (Red+Green+Blue) = 155+214+117=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD675 is #64298A. Grayscale: #B9B9B9. Windows color (decimal): -6564235 or 7722651. OLE color: 7722651.

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

Color convert

RGB 155 214 117 -
CMYK 0.28 0 0.45 0.16
HSL 96.49º 0.54% 0.65% -
HSV(B) 96.49º 0.45% 0.84% -
XYZ 40.78 56.35 25.56 -
YUV 185.3 89.45 106.39 -
System Red Green Blue C M Y K H S L
Decimal 155 214 117 0.28 0 0.45 0.16 96.49 0.54 0.65
Hex 9B D6 75 1C 0 2D 10 60 36 41
Octal 233 326 165 34 0 55 20 140 66 101
Binary 10011011 11010110 1110101 11100 0 101101 10000 1100000 110110 1000001

Color Harmonies of #9BD675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD675

Black with #9BD675

Text Example


Text Example

White with #9BD675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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