Html Css Color HEX #96BF80 Gossip

📋 copy color: '#96BF80'

red 150 ◦ green 191 ◦ blue 128

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

Shades of Gossip #96BF80

Tints of Gossip #96BF80

RGB

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

 GREEN value IS 191 (75% from 255) = 40.72%

 BLUE value IS 128 (50.39% from 255) = 27.29%

R = 31.98%
G = 40.72%
B = 27.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#96BF80 (or 0x96BF80) is known color: Gossip. HEX triplet: 96, BF and 80. RGB value is (150,191,128). Sum of RGB (Red+Green+Blue) = 150+191+128=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BF80 is #69407F. Grayscale: #ABABAB. Windows color (decimal): -6897792 or 8437654. OLE color: 8437654.

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

Color convert

RGB 150 191 128 -
CMYK 0.21 0 0.33 0.25
HSL 99.05º 0.33% 0.63% -
HSV(B) 99.05º 0.33% 0.75% -
XYZ 35.1 45.3 27.32 -
YUV 171.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 150 191 128 0.21 0 0.33 0.25 99.05 0.33 0.63
Hex 96 BF 80 15 0 21 19 63 21 3F
Octal 226 277 200 25 0 41 31 143 41 77
Binary 10010110 10111111 10000000 10101 0 100001 11001 1100011 100001 111111

Color Harmonies of #96BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF80

Black with #96BF80

Text Example


Text Example

White with #96BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,128); }

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

background-color css

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

 a { background-color: rgb(150,191,128); }

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

border-color css

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

 span { border-color: rgb(150,191,128); }

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