Html Css Color HEX #9CCB7D Gossip

📋 copy color: '#9CCB7D'

red 156 ◦ green 203 ◦ blue 125

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

Shades of Gossip #9CCB7D

Tints of Gossip #9CCB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 32.23%
G = 41.94%
B = 25.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#9CCB7D (or 0x9CCB7D) is known color: Gossip. HEX triplet: 9C, CB and 7D. RGB value is (156,203,125). Sum of RGB (Red+Green+Blue) = 156+203+125=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB7D is #633482. Grayscale: #B4B4B4. Windows color (decimal): -6501507 or 8244124. OLE color: 8244124.

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

Color convert

RGB 156 203 125 -
CMYK 0.23 0 0.38 0.20
HSL 96.15º 0.43% 0.64% -
HSV(B) 96.15º 0.38% 0.8% -
XYZ 38.77 51.26 27.25 -
YUV 180.06 96.93 110.84 -
System Red Green Blue C M Y K H S L
Decimal 156 203 125 0.23 0 0.38 0.20 96.15 0.43 0.64
Hex 9C CB 7D 17 0 26 14 60 2B 40
Octal 234 313 175 27 0 46 24 140 53 100
Binary 10011100 11001011 1111101 10111 0 100110 10100 1100000 101011 1000000

Color Harmonies of #9CCB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCB7D

Black with #9CCB7D

Text Example


Text Example

White with #9CCB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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