Html Css Color HEX #96BE86 Gossip

📋 copy color: '#96BE86'

red 150 ◦ green 190 ◦ blue 134

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

Shades of Gossip #96BE86

Tints of Gossip #96BE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.08%

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

R = 31.65%
G = 40.08%
B = 28.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#96BE86 (or 0x96BE86) is known color: Gossip. HEX triplet: 96, BE and 86. RGB value is (150,190,134). Sum of RGB (Red+Green+Blue) = 150+190+134=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE86 is #694179. Grayscale: #ABABAB. Windows color (decimal): -6898042 or 8830614. OLE color: 8830614.

HSL color Cylindrical-coordinate representation of color #96BE86: hue angle of 102.86º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96BE86 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 134 -
CMYK 0.21 0 0.29 0.25
HSL 102.86º 0.3% 0.64% -
HSV(B) 102.86º 0.29% 0.75% -
XYZ 35.29 45.03 29.39 -
YUV 171.66 106.75 112.55 -
System Red Green Blue C M Y K H S L
Decimal 150 190 134 0.21 0 0.29 0.25 102.86 0.3 0.64
Hex 96 BE 86 15 0 1D 19 67 1E 40
Octal 226 276 206 25 0 35 31 147 36 100
Binary 10010110 10111110 10000110 10101 0 11101 11001 1100111 11110 1000000

Color Harmonies of #96BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE86

Black with #96BE86

Text Example


Text Example

White with #96BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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