Html Css Color HEX #96C883 Gossip

📋 copy color: '#96C883'

red 150 ◦ green 200 ◦ blue 131

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

Shades of Gossip #96C883

Tints of Gossip #96C883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.58%

 BLUE value IS 131 (51.56% from 255) = 27.23%

R = 31.19%
G = 41.58%
B = 27.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#96C883 (or 0x96C883) is known color: Gossip. HEX triplet: 96, C8 and 83. RGB value is (150,200,131). Sum of RGB (Red+Green+Blue) = 150+200+131=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #96C883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C883 is #69377C. Grayscale: #B1B1B1. Windows color (decimal): -6895485 or 8636566. OLE color: 8636566.

HSL color Cylindrical-coordinate representation of color #96C883: hue angle of 103.48º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96C883 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 131 -
CMYK 0.25 0 0.34 0.22
HSL 103.48º 0.39% 0.65% -
HSV(B) 103.48º 0.35% 0.78% -
XYZ 37.33 49.43 29.05 -
YUV 177.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 150 200 131 0.25 0 0.34 0.22 103.48 0.39 0.65
Hex 96 C8 83 19 0 22 16 67 27 41
Octal 226 310 203 31 0 42 26 147 47 101
Binary 10010110 11001000 10000011 11001 0 100010 10110 1100111 100111 1000001

Color Harmonies of #96C883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C883

Black with #96C883

Text Example


Text Example

White with #96C883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,131); }

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

background-color css

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

 a { background-color: rgb(150,200,131); }

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

border-color css

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

 span { border-color: rgb(150,200,131); }

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