Html Css Color HEX #96C488 Gossip

📋 copy color: '#96C488'

red 150 ◦ green 196 ◦ blue 136

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

Shades of Gossip #96C488

Tints of Gossip #96C488

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.66%

 BLUE value IS 136 (53.52% from 255) = 28.22%

R = 31.12%
G = 40.66%
B = 28.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#96C488 (or 0x96C488) is known color: Gossip. HEX triplet: 96, C4 and 88. RGB value is (150,196,136). Sum of RGB (Red+Green+Blue) = 150+196+136=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #96C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C488 is #693B77. Grayscale: #AFAFAF. Windows color (decimal): -6896504 or 8963222. OLE color: 8963222.

HSL color Cylindrical-coordinate representation of color #96C488: hue angle of 106º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C488 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 136 -
CMYK 0.23 0 0.31 0.23
HSL 106º 0.34% 0.65% -
HSV(B) 106º 0.31% 0.77% -
XYZ 36.76 47.74 30.57 -
YUV 175.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 150 196 136 0.23 0 0.31 0.23 106 0.34 0.65
Hex 96 C4 88 17 0 1F 17 6A 22 41
Octal 226 304 210 27 0 37 27 152 42 101
Binary 10010110 11000100 10001000 10111 0 11111 10111 1101010 100010 1000001

Color Harmonies of #96C488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C488

Black with #96C488

Text Example


Text Example

White with #96C488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,196,136); }

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

background-color css

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

 a { background-color: rgb(150,196,136); }

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

border-color css

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

 span { border-color: rgb(150,196,136); }

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