Html Css Color HEX #96C287 Gossip

📋 copy color: '#96C287'

red 150 ◦ green 194 ◦ blue 135

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

Shades of Gossip #96C287

Tints of Gossip #96C287

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.5%

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

R = 31.32%
G = 40.5%
B = 28.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#96C287 (or 0x96C287) is known color: Gossip. HEX triplet: 96, C2 and 87. RGB value is (150,194,135). Sum of RGB (Red+Green+Blue) = 150+194+135=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #96C287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C287 is #693D78. Grayscale: #AEAEAE. Windows color (decimal): -6897017 or 8897174. OLE color: 8897174.

HSL color Cylindrical-coordinate representation of color #96C287: hue angle of 104.75º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96C287 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 194 135 -
CMYK 0.23 0 0.30 0.24
HSL 104.75º 0.33% 0.65% -
HSV(B) 104.75º 0.3% 0.76% -
XYZ 36.24 46.82 30.05 -
YUV 174.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 150 194 135 0.23 0 0.30 0.24 104.75 0.33 0.65
Hex 96 C2 87 17 0 1E 18 69 21 41
Octal 226 302 207 27 0 36 30 151 41 101
Binary 10010110 11000010 10000111 10111 0 11110 11000 1101001 100001 1000001

Color Harmonies of #96C287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C287

Black with #96C287

Text Example


Text Example

White with #96C287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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