Html Css Color HEX #9CD185 Gossip

📋 copy color: '#9CD185'

red 156 ◦ green 209 ◦ blue 133

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

Shades of Gossip #9CD185

Tints of Gossip #9CD185

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.97%

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

R = 31.33%
G = 41.97%
B = 26.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#9CD185 (or 0x9CD185) is known color: Gossip. HEX triplet: 9C, D1 and 85. RGB value is (156,209,133). Sum of RGB (Red+Green+Blue) = 156+209+133=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD185 is #632E7A. Grayscale: #B8B8B8. Windows color (decimal): -6499963 or 8769948. OLE color: 8769948.

HSL color Cylindrical-coordinate representation of color #9CD185: hue angle of 101.84º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CD185 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 209 133 -
CMYK 0.25 0 0.36 0.18
HSL 101.84º 0.45% 0.67% -
HSV(B) 101.84º 0.36% 0.82% -
XYZ 40.74 54.36 30.54 -
YUV 184.49 98.94 107.68 -
System Red Green Blue C M Y K H S L
Decimal 156 209 133 0.25 0 0.36 0.18 101.84 0.45 0.67
Hex 9C D1 85 19 0 24 12 66 2D 43
Octal 234 321 205 31 0 44 22 146 55 103
Binary 10011100 11010001 10000101 11001 0 100100 10010 1100110 101101 1000011

Color Harmonies of #9CD185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD185

Black with #9CD185

Text Example


Text Example

White with #9CD185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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