Html Css Color HEX #96D86B Gossip

📋 copy color: '#96D86B'

red 150 ◦ green 216 ◦ blue 107

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

Shades of Gossip #96D86B

Tints of Gossip #96D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

 BLUE value IS 107 (42.19% from 255) = 22.62%

R = 31.71%
G = 45.67%
B = 22.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#96D86B (or 0x96D86B) is known color: Gossip. HEX triplet: 96, D8 and 6B. RGB value is (150,216,107). Sum of RGB (Red+Green+Blue) = 150+216+107=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #96D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D86B is #692794. Grayscale: #B8B8B8. Windows color (decimal): -6891413 or 7067798. OLE color: 7067798.

HSL color Cylindrical-coordinate representation of color #96D86B: hue angle of 96.33º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96D86B is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 107 -
CMYK 0.31 0 0.50 0.15
HSL 96.33º 0.58% 0.63% -
HSV(B) 96.33º 0.5% 0.85% -
XYZ 39.79 56.66 22.75 -
YUV 183.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 150 216 107 0.31 0 0.50 0.15 96.33 0.58 0.63
Hex 96 D8 6B 1F 0 32 F 60 3A 3F
Octal 226 330 153 37 0 62 17 140 72 77
Binary 10010110 11011000 1101011 11111 0 110010 1111 1100000 111010 111111

Color Harmonies of #96D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D86B

Black with #96D86B

Text Example


Text Example

White with #96D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,216,107); }

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

background-color css

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

 a { background-color: rgb(150,216,107); }

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

border-color css

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

 span { border-color: rgb(150,216,107); }

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