Html Css Color HEX #96CC86 Gossip

📋 copy color: '#96CC86'

red 150 ◦ green 204 ◦ blue 134

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

Shades of Gossip #96CC86

Tints of Gossip #96CC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

 BLUE value IS 134 (52.73% from 255) = 27.46%

R = 30.74%
G = 41.8%
B = 27.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#96CC86 (or 0x96CC86) is known color: Gossip. HEX triplet: 96, CC and 86. RGB value is (150,204,134). Sum of RGB (Red+Green+Blue) = 150+204+134=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC86 is #693379. Grayscale: #B4B4B4. Windows color (decimal): -6894458 or 8834198. OLE color: 8834198.

HSL color Cylindrical-coordinate representation of color #96CC86: hue angle of 106.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96CC86 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 134 -
CMYK 0.26 0 0.34 0.2
HSL 106.29º 0.41% 0.66% -
HSV(B) 106.29º 0.34% 0.8% -
XYZ 38.47 51.39 30.45 -
YUV 179.87 102.11 106.69 -
System Red Green Blue C M Y K H S L
Decimal 150 204 134 0.26 0 0.34 0.2 106.29 0.41 0.66
Hex 96 CC 86 1A 0 22 14 6A 29 42
Octal 226 314 206 32 0 42 24 152 51 102
Binary 10010110 11001100 10000110 11010 0 100010 10100 1101010 101001 1000010

Color Harmonies of #96CC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC86

Black with #96CC86

Text Example


Text Example

White with #96CC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,134); }

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

background-color css

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

 a { background-color: rgb(150,204,134); }

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

border-color css

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

 span { border-color: rgb(150,204,134); }

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