Html Css Color HEX #9BD575 Gossip

📋 copy color: '#9BD575'

red 155 ◦ green 213 ◦ blue 117

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

Shades of Gossip #9BD575

Tints of Gossip #9BD575

RGB

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

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

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

R = 31.96%
G = 43.92%
B = 24.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#9BD575 (or 0x9BD575) is known color: Gossip. HEX triplet: 9B, D5 and 75. RGB value is (155,213,117). Sum of RGB (Red+Green+Blue) = 155+213+117=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD575 is #642A8A. Grayscale: #B9B9B9. Windows color (decimal): -6564491 or 7722395. OLE color: 7722395.

HSL color Cylindrical-coordinate representation of color #9BD575: hue angle of 96.25º degrees, saturation: 0.53, 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 #9BD575 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 117 -
CMYK 0.27 0 0.45 0.16
HSL 96.25º 0.53% 0.65% -
HSV(B) 96.25º 0.45% 0.84% -
XYZ 40.52 55.84 25.47 -
YUV 184.71 89.78 106.81 -
System Red Green Blue C M Y K H S L
Decimal 155 213 117 0.27 0 0.45 0.16 96.25 0.53 0.65
Hex 9B D5 75 1B 0 2D 10 60 35 41
Octal 233 325 165 33 0 55 20 140 65 101
Binary 10011011 11010101 1110101 11011 0 101101 10000 1100000 110101 1000001

Color Harmonies of #9BD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD575

Black with #9BD575

Text Example


Text Example

White with #9BD575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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