Html Css Color HEX #9BD389 Gossip

📋 copy color: '#9BD389'

red 155 ◦ green 211 ◦ blue 137

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

Shades of Gossip #9BD389

Tints of Gossip #9BD389

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

 BLUE value IS 137 (53.91% from 255) = 27.24%

R = 30.82%
G = 41.95%
B = 27.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#9BD389 (or 0x9BD389) is known color: Gossip. HEX triplet: 9B, D3 and 89. RGB value is (155,211,137). Sum of RGB (Red+Green+Blue) = 155+211+137=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD389 is #642C76. Grayscale: #BABABA. Windows color (decimal): -6564983 or 9032603. OLE color: 9032603.

HSL color Cylindrical-coordinate representation of color #9BD389: hue angle of 105.41º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD389 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 211 137 -
CMYK 0.27 0 0.35 0.17
HSL 105.41º 0.46% 0.68% -
HSV(B) 105.41º 0.35% 0.83% -
XYZ 41.33 55.36 32.17 -
YUV 185.82 100.45 106.02 -
System Red Green Blue C M Y K H S L
Decimal 155 211 137 0.27 0 0.35 0.17 105.41 0.46 0.68
Hex 9B D3 89 1B 0 23 11 69 2E 44
Octal 233 323 211 33 0 43 21 151 56 104
Binary 10011011 11010011 10001001 11011 0 100011 10001 1101001 101110 1000100

Color Harmonies of #9BD389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD389

Black with #9BD389

Text Example


Text Example

White with #9BD389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,211,137); }

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

background-color css

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

 a { background-color: rgb(155,211,137); }

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

border-color css

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

 span { border-color: rgb(155,211,137); }

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