Html Css Color HEX #9CCB76 Gossip

📋 copy color: '#9CCB76'

red 156 ◦ green 203 ◦ blue 118

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

Shades of Gossip #9CCB76

Tints of Gossip #9CCB76

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

 BLUE value IS 118 (46.48% from 255) = 24.74%

R = 32.7%
G = 42.56%
B = 24.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#9CCB76 (or 0x9CCB76) is known color: Gossip. HEX triplet: 9C, CB and 76. RGB value is (156,203,118). Sum of RGB (Red+Green+Blue) = 156+203+118=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB76 is #633489. Grayscale: #B3B3B3. Windows color (decimal): -6501514 or 7785372. OLE color: 7785372.

HSL color Cylindrical-coordinate representation of color #9CCB76: hue angle of 93.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CCB76 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 203 118 -
CMYK 0.23 0 0.42 0.20
HSL 93.18º 0.45% 0.63% -
HSV(B) 93.18º 0.42% 0.8% -
XYZ 38.34 51.09 24.98 -
YUV 179.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 156 203 118 0.23 0 0.42 0.20 93.18 0.45 0.63
Hex 9C CB 76 17 0 2A 14 5D 2D 3F
Octal 234 313 166 27 0 52 24 135 55 77
Binary 10011100 11001011 1110110 10111 0 101010 10100 1011101 101101 111111

Color Harmonies of #9CCB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCB76

Black with #9CCB76

Text Example


Text Example

White with #9CCB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,203,118); }

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

background-color css

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

 a { background-color: rgb(156,203,118); }

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

border-color css

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

 span { border-color: rgb(156,203,118); }

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