Html Css Color HEX #9BC985 Gossip

📋 copy color: '#9BC985'

red 155 ◦ green 201 ◦ blue 133

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

Shades of Gossip #9BC985

Tints of Gossip #9BC985

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.1%

 BLUE value IS 133 (52.34% from 255) = 27.2%

R = 31.7%
G = 41.1%
B = 27.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#9BC985 (or 0x9BC985) is known color: Gossip. HEX triplet: 9B, C9 and 85. RGB value is (155,201,133). Sum of RGB (Red+Green+Blue) = 155+201+133=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC985 is #64367A. Grayscale: #B3B3B3. Windows color (decimal): -6567547 or 8767899. OLE color: 8767899.

HSL color Cylindrical-coordinate representation of color #9BC985: hue angle of 100.59º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BC985 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 201 133 -
CMYK 0.23 0 0.34 0.21
HSL 100.59º 0.39% 0.65% -
HSV(B) 100.59º 0.34% 0.79% -
XYZ 38.64 50.44 29.89 -
YUV 179.49 101.76 110.53 -
System Red Green Blue C M Y K H S L
Decimal 155 201 133 0.23 0 0.34 0.21 100.59 0.39 0.65
Hex 9B C9 85 17 0 22 15 65 27 41
Octal 233 311 205 27 0 42 25 145 47 101
Binary 10011011 11001001 10000101 10111 0 100010 10101 1100101 100111 1000001

Color Harmonies of #9BC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC985

Black with #9BC985

Text Example


Text Example

White with #9BC985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,133); }

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

background-color css

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

 a { background-color: rgb(155,201,133); }

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

border-color css

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

 span { border-color: rgb(155,201,133); }

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