Html Css Color HEX #96C57F Gossip

📋 copy color: '#96C57F'

red 150 ◦ green 197 ◦ blue 127

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

Shades of Gossip #96C57F

Tints of Gossip #96C57F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

 BLUE value IS 127 (50% from 255) = 26.79%

R = 31.65%
G = 41.56%
B = 26.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#96C57F (or 0x96C57F) is known color: Gossip. HEX triplet: 96, C5 and 7F. RGB value is (150,197,127). Sum of RGB (Red+Green+Blue) = 150+197+127=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #96C57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C57F is #693A80. Grayscale: #AFAFAF. Windows color (decimal): -6896257 or 8373654. OLE color: 8373654.

HSL color Cylindrical-coordinate representation of color #96C57F: hue angle of 100.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96C57F is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 197 127 -
CMYK 0.24 0 0.36 0.23
HSL 100.29º 0.38% 0.64% -
HSV(B) 100.29º 0.36% 0.77% -
XYZ 36.37 47.95 27.42 -
YUV 174.97 100.93 110.19 -
System Red Green Blue C M Y K H S L
Decimal 150 197 127 0.24 0 0.36 0.23 100.29 0.38 0.64
Hex 96 C5 7F 18 0 24 17 64 26 40
Octal 226 305 177 30 0 44 27 144 46 100
Binary 10010110 11000101 1111111 11000 0 100100 10111 1100100 100110 1000000

Color Harmonies of #96C57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C57F

Black with #96C57F

Text Example


Text Example

White with #96C57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,197,127); }

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

background-color css

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

 a { background-color: rgb(150,197,127); }

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

border-color css

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

 span { border-color: rgb(150,197,127); }

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