Html Css Color HEX #9BD573 Gossip

📋 copy color: '#9BD573'

red 155 ◦ green 213 ◦ blue 115

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

Shades of Gossip #9BD573

Tints of Gossip #9BD573

RGB

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

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

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

R = 32.09%
G = 44.1%
B = 23.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#9BD573 (or 0x9BD573) is known color: Gossip. HEX triplet: 9B, D5 and 73. RGB value is (155,213,115). Sum of RGB (Red+Green+Blue) = 155+213+115=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD573 is #642A8C. Grayscale: #B8B8B8. Windows color (decimal): -6564493 or 7591323. OLE color: 7591323.

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

Color convert

RGB 155 213 115 -
CMYK 0.27 0 0.46 0.16
HSL 95.51º 0.54% 0.64% -
HSV(B) 95.51º 0.46% 0.84% -
XYZ 40.41 55.79 24.86 -
YUV 184.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 155 213 115 0.27 0 0.46 0.16 95.51 0.54 0.64
Hex 9B D5 73 1B 0 2E 10 60 36 40
Octal 233 325 163 33 0 56 20 140 66 100
Binary 10011011 11010101 1110011 11011 0 101110 10000 1100000 110110 1000000

Color Harmonies of #9BD573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD573

Black with #9BD573

Text Example


Text Example

White with #9BD573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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