Html Css Color HEX #9CDB84 Gossip

📋 copy color: '#9CDB84'

red 156 ◦ green 219 ◦ blue 132

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

Shades of Gossip #9CDB84

Tints of Gossip #9CDB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.04%

R = 30.77%
G = 43.2%
B = 26.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#9CDB84 (or 0x9CDB84) is known color: Gossip. HEX triplet: 9C, DB and 84. RGB value is (156,219,132). Sum of RGB (Red+Green+Blue) = 156+219+132=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDB84 is #63247B. Grayscale: #BEBEBE. Windows color (decimal): -6497404 or 8706972. OLE color: 8706972.

HSL color Cylindrical-coordinate representation of color #9CDB84: hue angle of 103.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CDB84 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 132 -
CMYK 0.29 0 0.40 0.14
HSL 103.45º 0.55% 0.69% -
HSV(B) 103.45º 0.4% 0.86% -
XYZ 43.21 59.4 31.02 -
YUV 190.25 95.13 103.57 -
System Red Green Blue C M Y K H S L
Decimal 156 219 132 0.29 0 0.40 0.14 103.45 0.55 0.69
Hex 9C DB 84 1D 0 28 E 67 37 45
Octal 234 333 204 35 0 50 16 147 67 105
Binary 10011100 11011011 10000100 11101 0 101000 1110 1100111 110111 1000101

Color Harmonies of #9CDB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB84

Black with #9CDB84

Text Example


Text Example

White with #9CDB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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