Html Css Color HEX #9CC885 Gossip

📋 copy color: '#9CC885'

red 156 ◦ green 200 ◦ blue 133

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

Shades of Gossip #9CC885

Tints of Gossip #9CC885

RGB

 RED value IS 156 (61.33% from 255) = 31.9%

 GREEN value IS 200 (78.52% from 255) = 40.9%

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

R = 31.9%
G = 40.9%
B = 27.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#9CC885 (or 0x9CC885) is known color: Gossip. HEX triplet: 9C, C8 and 85. RGB value is (156,200,133). Sum of RGB (Red+Green+Blue) = 156+200+133=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC885 is #63377A. Grayscale: #B3B3B3. Windows color (decimal): -6502267 or 8767644. OLE color: 8767644.

HSL color Cylindrical-coordinate representation of color #9CC885: hue angle of 99.4º degrees, saturation: 0.38, 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 #9CC885 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 200 133 -
CMYK 0.22 0 0.34 0.22
HSL 99.4º 0.38% 0.65% -
HSV(B) 99.4º 0.34% 0.78% -
XYZ 38.6 50.07 29.82 -
YUV 179.21 101.92 111.45 -
System Red Green Blue C M Y K H S L
Decimal 156 200 133 0.22 0 0.34 0.22 99.4 0.38 0.65
Hex 9C C8 85 16 0 22 16 63 26 41
Octal 234 310 205 26 0 42 26 143 46 101
Binary 10011100 11001000 10000101 10110 0 100010 10110 1100011 100110 1000001

Color Harmonies of #9CC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC885

Black with #9CC885

Text Example


Text Example

White with #9CC885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,200,133); }

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

background-color css

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

 a { background-color: rgb(156,200,133); }

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

border-color css

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

 span { border-color: rgb(156,200,133); }

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