Html Css Color HEX #9CDA83 Gossip

📋 copy color: '#9CDA83'

red 156 ◦ green 218 ◦ blue 131

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

Shades of Gossip #9CDA83

Tints of Gossip #9CDA83

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.17%

 BLUE value IS 131 (51.56% from 255) = 25.94%

R = 30.89%
G = 43.17%
B = 25.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#9CDA83 (or 0x9CDA83) is known color: Gossip. HEX triplet: 9C, DA and 83. RGB value is (156,218,131). Sum of RGB (Red+Green+Blue) = 156+218+131=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDA83 is #63257C. Grayscale: #BDBDBD. Windows color (decimal): -6497661 or 8641180. OLE color: 8641180.

HSL color Cylindrical-coordinate representation of color #9CDA83: hue angle of 102.76º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CDA83 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 218 131 -
CMYK 0.28 0 0.40 0.15
HSL 102.76º 0.54% 0.68% -
HSV(B) 102.76º 0.4% 0.85% -
XYZ 42.88 58.85 30.57 -
YUV 189.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 156 218 131 0.28 0 0.40 0.15 102.76 0.54 0.68
Hex 9C DA 83 1C 0 28 F 67 36 44
Octal 234 332 203 34 0 50 17 147 66 104
Binary 10011100 11011010 10000011 11100 0 101000 1111 1100111 110110 1000100

Color Harmonies of #9CDA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDA83

Black with #9CDA83

Text Example


Text Example

White with #9CDA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,218,131); }

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

background-color css

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

 a { background-color: rgb(156,218,131); }

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

border-color css

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

 span { border-color: rgb(156,218,131); }

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