Html Css Color HEX #96D87C Gossip

📋 copy color: '#96D87C'

red 150 ◦ green 216 ◦ blue 124

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

Shades of Gossip #96D87C

Tints of Gossip #96D87C

RGB

 RED value IS 150 (58.98% from 255) = 30.61%

 GREEN value IS 216 (84.77% from 255) = 44.08%

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 30.61%
G = 44.08%
B = 25.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#96D87C (or 0x96D87C) is known color: Gossip. HEX triplet: 96, D8 and 7C. RGB value is (150,216,124). Sum of RGB (Red+Green+Blue) = 150+216+124=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #96D87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D87C is #692783. Grayscale: #BABABA. Windows color (decimal): -6891396 or 8181910. OLE color: 8181910.

HSL color Cylindrical-coordinate representation of color #96D87C: hue angle of 103.04º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96D87C is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 124 -
CMYK 0.31 0 0.43 0.15
HSL 103.04º 0.54% 0.67% -
HSV(B) 103.04º 0.43% 0.85% -
XYZ 40.77 57.05 27.93 -
YUV 185.78 93.13 102.48 -
System Red Green Blue C M Y K H S L
Decimal 150 216 124 0.31 0 0.43 0.15 103.04 0.54 0.67
Hex 96 D8 7C 1F 0 2B F 67 36 43
Octal 226 330 174 37 0 53 17 147 66 103
Binary 10010110 11011000 1111100 11111 0 101011 1111 1100111 110110 1000011

Color Harmonies of #96D87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D87C

Black with #96D87C

Text Example


Text Example

White with #96D87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D87C; }

 p { color: rgb(150,216,124); }

 H1.HeaderClassName
 {
   color: #96D87C;
 }
 .AnyTagClassName
 {
   color: #96D87C;
 }
</style>

background-color css

<style>
 a { background-color: #96D87C; }

 a { background-color: rgb(150,216,124); }

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

border-color css

<style>
 span { border-color: #96D87C; }

 span { border-color: rgb(150,216,124); }

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