Html Css Color HEX #9CD585 Gossip

📋 copy color: '#9CD585'

red 156 ◦ green 213 ◦ blue 133

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

Shades of Gossip #9CD585

Tints of Gossip #9CD585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

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

R = 31.08%
G = 42.43%
B = 26.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#9CD585 (or 0x9CD585) is known color: Gossip. HEX triplet: 9C, D5 and 85. RGB value is (156,213,133). Sum of RGB (Red+Green+Blue) = 156+213+133=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD585 is #632A7A. Grayscale: #BBBBBB. Windows color (decimal): -6498939 or 8770972. OLE color: 8770972.

HSL color Cylindrical-coordinate representation of color #9CD585: hue angle of 102.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CD585 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 213 133 -
CMYK 0.27 0 0.38 0.16
HSL 102.75º 0.49% 0.68% -
HSV(B) 102.75º 0.38% 0.84% -
XYZ 41.74 56.35 30.87 -
YUV 186.84 97.62 106 -
System Red Green Blue C M Y K H S L
Decimal 156 213 133 0.27 0 0.38 0.16 102.75 0.49 0.68
Hex 9C D5 85 1B 0 26 10 67 31 44
Octal 234 325 205 33 0 46 20 147 61 104
Binary 10011100 11010101 10000101 11011 0 100110 10000 1100111 110001 1000100

Color Harmonies of #9CD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD585

Black with #9CD585

Text Example


Text Example

White with #9CD585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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