Html Css Color HEX #96C37D Gossip

📋 copy color: '#96C37D'

red 150 ◦ green 195 ◦ blue 125

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

Shades of Gossip #96C37D

Tints of Gossip #96C37D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.49%

 BLUE value IS 125 (49.22% from 255) = 26.6%

R = 31.91%
G = 41.49%
B = 26.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#96C37D (or 0x96C37D) is known color: Gossip. HEX triplet: 96, C3 and 7D. RGB value is (150,195,125). Sum of RGB (Red+Green+Blue) = 150+195+125=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #96C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C37D is #693C82. Grayscale: #ADADAD. Windows color (decimal): -6896771 or 8242070. OLE color: 8242070.

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

Color convert

RGB 150 195 125 -
CMYK 0.23 0 0.36 0.24
HSL 98.57º 0.37% 0.63% -
HSV(B) 98.57º 0.36% 0.76% -
XYZ 35.79 46.99 26.59 -
YUV 173.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 150 195 125 0.23 0 0.36 0.24 98.57 0.37 0.63
Hex 96 C3 7D 17 0 24 18 63 25 3F
Octal 226 303 175 27 0 44 30 143 45 77
Binary 10010110 11000011 1111101 10111 0 100100 11000 1100011 100101 111111

Color Harmonies of #96C37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C37D

Black with #96C37D

Text Example


Text Example

White with #96C37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,195,125); }

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

background-color css

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

 a { background-color: rgb(150,195,125); }

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

border-color css

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

 span { border-color: rgb(150,195,125); }

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