Html Css Color HEX #96D46E Gossip

📋 copy color: '#96D46E'

red 150 ◦ green 212 ◦ blue 110

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

Shades of Gossip #96D46E

Tints of Gossip #96D46E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 31.78%
G = 44.92%
B = 23.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#96D46E (or 0x96D46E) is known color: Gossip. HEX triplet: 96, D4 and 6E. RGB value is (150,212,110). Sum of RGB (Red+Green+Blue) = 150+212+110=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #96D46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D46E is #692B91. Grayscale: #B6B6B6. Windows color (decimal): -6892434 or 7263382. OLE color: 7263382.

HSL color Cylindrical-coordinate representation of color #96D46E: hue angle of 96.47º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96D46E is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 212 110 -
CMYK 0.29 0 0.48 0.17
HSL 96.47º 0.54% 0.63% -
HSV(B) 96.47º 0.48% 0.83% -
XYZ 38.94 54.7 23.26 -
YUV 181.83 87.46 105.29 -
System Red Green Blue C M Y K H S L
Decimal 150 212 110 0.29 0 0.48 0.17 96.47 0.54 0.63
Hex 96 D4 6E 1D 0 30 11 60 36 3F
Octal 226 324 156 35 0 60 21 140 66 77
Binary 10010110 11010100 1101110 11101 0 110000 10001 1100000 110110 111111

Color Harmonies of #96D46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D46E

Black with #96D46E

Text Example


Text Example

White with #96D46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,212,110); }

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

background-color css

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

 a { background-color: rgb(150,212,110); }

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

border-color css

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

 span { border-color: rgb(150,212,110); }

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