Html Css Color HEX #96C487 Gossip

📋 copy color: '#96C487'

red 150 ◦ green 196 ◦ blue 135

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

Shades of Gossip #96C487

Tints of Gossip #96C487

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.75%

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

R = 31.19%
G = 40.75%
B = 28.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#96C487 (or 0x96C487) is known color: Gossip. HEX triplet: 96, C4 and 87. RGB value is (150,196,135). Sum of RGB (Red+Green+Blue) = 150+196+135=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #96C487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C487 is #693B78. Grayscale: #AFAFAF. Windows color (decimal): -6896505 or 8897686. OLE color: 8897686.

HSL color Cylindrical-coordinate representation of color #96C487: hue angle of 105.25º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C487 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 135 -
CMYK 0.23 0 0.31 0.23
HSL 105.25º 0.34% 0.65% -
HSV(B) 105.25º 0.31% 0.77% -
XYZ 36.69 47.71 30.2 -
YUV 175.29 105.26 109.96 -
System Red Green Blue C M Y K H S L
Decimal 150 196 135 0.23 0 0.31 0.23 105.25 0.34 0.65
Hex 96 C4 87 17 0 1F 17 69 22 41
Octal 226 304 207 27 0 37 27 151 42 101
Binary 10010110 11000100 10000111 10111 0 11111 10111 1101001 100010 1000001

Color Harmonies of #96C487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C487

Black with #96C487

Text Example


Text Example

White with #96C487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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