Html Css Color HEX #96D787 Gossip

📋 copy color: '#96D787'

red 150 ◦ green 215 ◦ blue 135

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

Shades of Gossip #96D787

Tints of Gossip #96D787

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43%

 BLUE value IS 135 (53.13% from 255) = 27%

R = 30%
G = 43%
B = 27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#96D787 (or 0x96D787) is known color: Gossip. HEX triplet: 96, D7 and 87. RGB value is (150,215,135). Sum of RGB (Red+Green+Blue) = 150+215+135=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #96D787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D787 is #692878. Grayscale: #BABABA. Windows color (decimal): -6891641 or 8902550. OLE color: 8902550.

HSL color Cylindrical-coordinate representation of color #96D787: hue angle of 108.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96D787 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 135 -
CMYK 0.30 0 0.37 0.16
HSL 108.75º 0.5% 0.69% -
HSV(B) 108.75º 0.37% 0.84% -
XYZ 41.25 56.83 31.72 -
YUV 186.45 98.97 102 -
System Red Green Blue C M Y K H S L
Decimal 150 215 135 0.30 0 0.37 0.16 108.75 0.5 0.69
Hex 96 D7 87 1E 0 25 10 6D 32 45
Octal 226 327 207 36 0 45 20 155 62 105
Binary 10010110 11010111 10000111 11110 0 100101 10000 1101101 110010 1000101

Color Harmonies of #96D787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D787

Black with #96D787

Text Example


Text Example

White with #96D787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,215,135); }

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

background-color css

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

 a { background-color: rgb(150,215,135); }

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

border-color css

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

 span { border-color: rgb(150,215,135); }

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