Html Css Color HEX #96BE81 Gossip

📋 copy color: '#96BE81'

red 150 ◦ green 190 ◦ blue 129

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

Shades of Gossip #96BE81

Tints of Gossip #96BE81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.51%

R = 31.98%
G = 40.51%
B = 27.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#96BE81 (or 0x96BE81) is known color: Gossip. HEX triplet: 96, BE and 81. RGB value is (150,190,129). Sum of RGB (Red+Green+Blue) = 150+190+129=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE81 is #69417E. Grayscale: #ABABAB. Windows color (decimal): -6898047 or 8502934. OLE color: 8502934.

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

Color convert

RGB 150 190 129 -
CMYK 0.21 0 0.32 0.25
HSL 99.34º 0.32% 0.63% -
HSV(B) 99.34º 0.32% 0.75% -
XYZ 34.95 44.9 27.59 -
YUV 171.09 104.25 112.96 -
System Red Green Blue C M Y K H S L
Decimal 150 190 129 0.21 0 0.32 0.25 99.34 0.32 0.63
Hex 96 BE 81 15 0 20 19 63 20 3F
Octal 226 276 201 25 0 40 31 143 40 77
Binary 10010110 10111110 10000001 10101 0 100000 11001 1100011 100000 111111

Color Harmonies of #96BE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE81

Black with #96BE81

Text Example


Text Example

White with #96BE81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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