Html Css Color HEX #9CDB81 Gossip

📋 copy color: '#9CDB81'

red 156 ◦ green 219 ◦ blue 129

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

Shades of Gossip #9CDB81

Tints of Gossip #9CDB81

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

 BLUE value IS 129 (50.78% from 255) = 25.6%

R = 30.95%
G = 43.45%
B = 25.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#9CDB81 (or 0x9CDB81) is known color: Gossip. HEX triplet: 9C, DB and 81. RGB value is (156,219,129). Sum of RGB (Red+Green+Blue) = 156+219+129=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDB81 is #63247E. Grayscale: #BEBEBE. Windows color (decimal): -6497407 or 8510364. OLE color: 8510364.

HSL color Cylindrical-coordinate representation of color #9CDB81: hue angle of 102º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CDB81 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 129 -
CMYK 0.29 0 0.41 0.14
HSL 102º 0.56% 0.68% -
HSV(B) 102º 0.41% 0.86% -
XYZ 43 59.32 29.95 -
YUV 189.9 93.63 103.82 -
System Red Green Blue C M Y K H S L
Decimal 156 219 129 0.29 0 0.41 0.14 102 0.56 0.68
Hex 9C DB 81 1D 0 29 E 66 38 44
Octal 234 333 201 35 0 51 16 146 70 104
Binary 10011100 11011011 10000001 11101 0 101001 1110 1100110 111000 1000100

Color Harmonies of #9CDB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB81

Black with #9CDB81

Text Example


Text Example

White with #9CDB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,129); }

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

background-color css

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

 a { background-color: rgb(156,219,129); }

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

border-color css

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

 span { border-color: rgb(156,219,129); }

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