Html Css Color HEX #9BD38D Gossip

📋 copy color: '#9BD38D'

red 155 ◦ green 211 ◦ blue 141

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

Shades of Gossip #9BD38D

Tints of Gossip #9BD38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 30.57%
G = 41.62%
B = 27.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#9BD38D (or 0x9BD38D) is known color: Gossip. HEX triplet: 9B, D3 and 8D. RGB value is (155,211,141). Sum of RGB (Red+Green+Blue) = 155+211+141=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD38D is #642C72. Grayscale: #BABABA. Windows color (decimal): -6564979 or 9294747. OLE color: 9294747.

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

Color convert

RGB 155 211 141 -
CMYK 0.27 0 0.33 0.17
HSL 108º 0.44% 0.69% -
HSV(B) 108º 0.33% 0.83% -
XYZ 41.62 55.48 33.71 -
YUV 186.28 102.45 105.69 -
System Red Green Blue C M Y K H S L
Decimal 155 211 141 0.27 0 0.33 0.17 108 0.44 0.69
Hex 9B D3 8D 1B 0 21 11 6C 2C 45
Octal 233 323 215 33 0 41 21 154 54 105
Binary 10011011 11010011 10001101 11011 0 100001 10001 1101100 101100 1000101

Color Harmonies of #9BD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD38D

Black with #9BD38D

Text Example


Text Example

White with #9BD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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