Html Css Color HEX #9CDD83 Gossip

📋 copy color: '#9CDD83'

red 156 ◦ green 221 ◦ blue 131

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

Shades of Gossip #9CDD83

Tints of Gossip #9CDD83

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.5%

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

R = 30.71%
G = 43.5%
B = 25.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#9CDD83 (or 0x9CDD83) is known color: Gossip. HEX triplet: 9C, DD and 83. RGB value is (156,221,131). Sum of RGB (Red+Green+Blue) = 156+221+131=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDD83 is #63227C. Grayscale: #BFBFBF. Windows color (decimal): -6496893 or 8641948. OLE color: 8641948.

HSL color Cylindrical-coordinate representation of color #9CDD83: hue angle of 103.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CDD83 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 221 131 -
CMYK 0.29 0 0.41 0.13
HSL 103.33º 0.57% 0.69% -
HSV(B) 103.33º 0.41% 0.87% -
XYZ 43.66 60.42 30.83 -
YUV 191.31 93.97 102.82 -
System Red Green Blue C M Y K H S L
Decimal 156 221 131 0.29 0 0.41 0.13 103.33 0.57 0.69
Hex 9C DD 83 1D 0 29 D 67 39 45
Octal 234 335 203 35 0 51 15 147 71 105
Binary 10011100 11011101 10000011 11101 0 101001 1101 1100111 111001 1000101

Color Harmonies of #9CDD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDD83

Black with #9CDD83

Text Example


Text Example

White with #9CDD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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