Html Css Color HEX #96C189 Gossip

📋 copy color: '#96C189'

red 150 ◦ green 193 ◦ blue 137

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

Shades of Gossip #96C189

Tints of Gossip #96C189

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.21%

 BLUE value IS 137 (53.91% from 255) = 28.54%

R = 31.25%
G = 40.21%
B = 28.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#96C189 (or 0x96C189) is known color: Gossip. HEX triplet: 96, C1 and 89. RGB value is (150,193,137). Sum of RGB (Red+Green+Blue) = 150+193+137=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #96C189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C189 is #693E76. Grayscale: #ADADAD. Windows color (decimal): -6897271 or 9027990. OLE color: 9027990.

HSL color Cylindrical-coordinate representation of color #96C189: hue angle of 106.07º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96C189 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 193 137 -
CMYK 0.22 0 0.29 0.24
HSL 106.07º 0.31% 0.65% -
HSV(B) 106.07º 0.29% 0.76% -
XYZ 36.16 46.43 30.72 -
YUV 173.76 107.25 111.05 -
System Red Green Blue C M Y K H S L
Decimal 150 193 137 0.22 0 0.29 0.24 106.07 0.31 0.65
Hex 96 C1 89 16 0 1D 18 6A 1F 41
Octal 226 301 211 26 0 35 30 152 37 101
Binary 10010110 11000001 10001001 10110 0 11101 11000 1101010 11111 1000001

Color Harmonies of #96C189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C189

Black with #96C189

Text Example


Text Example

White with #96C189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,193,137); }

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

background-color css

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

 a { background-color: rgb(150,193,137); }

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

border-color css

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

 span { border-color: rgb(150,193,137); }

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