Html Css Color HEX #9BC685 Gossip

📋 copy color: '#9BC685'

red 155 ◦ green 198 ◦ blue 133

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

Shades of Gossip #9BC685

Tints of Gossip #9BC685

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.74%

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

R = 31.89%
G = 40.74%
B = 27.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#9BC685 (or 0x9BC685) is known color: Gossip. HEX triplet: 9B, C6 and 85. RGB value is (155,198,133). Sum of RGB (Red+Green+Blue) = 155+198+133=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC685 is #64397A. Grayscale: #B1B1B1. Windows color (decimal): -6568315 or 8767131. OLE color: 8767131.

HSL color Cylindrical-coordinate representation of color #9BC685: hue angle of 99.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BC685 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 133 -
CMYK 0.22 0 0.33 0.22
HSL 99.69º 0.36% 0.65% -
HSV(B) 99.69º 0.33% 0.78% -
XYZ 37.95 49.05 29.66 -
YUV 177.73 102.75 111.79 -
System Red Green Blue C M Y K H S L
Decimal 155 198 133 0.22 0 0.33 0.22 99.69 0.36 0.65
Hex 9B C6 85 16 0 21 16 64 24 41
Octal 233 306 205 26 0 41 26 144 44 101
Binary 10011011 11000110 10000101 10110 0 100001 10110 1100100 100100 1000001

Color Harmonies of #9BC685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC685

Black with #9BC685

Text Example


Text Example

White with #9BC685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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