Html Css Color HEX #96CC89 Gossip

📋 copy color: '#96CC89'

red 150 ◦ green 204 ◦ blue 137

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

Shades of Gossip #96CC89

Tints of Gossip #96CC89

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.55%

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

R = 30.55%
G = 41.55%
B = 27.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#96CC89 (or 0x96CC89) is known color: Gossip. HEX triplet: 96, CC and 89. RGB value is (150,204,137). Sum of RGB (Red+Green+Blue) = 150+204+137=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC89 is #693376. Grayscale: #B4B4B4. Windows color (decimal): -6894455 or 9030806. OLE color: 9030806.

HSL color Cylindrical-coordinate representation of color #96CC89: hue angle of 108.36º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96CC89 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 137 -
CMYK 0.26 0 0.33 0.2
HSL 108.36º 0.4% 0.67% -
HSV(B) 108.36º 0.33% 0.8% -
XYZ 38.69 51.48 31.56 -
YUV 180.22 103.61 106.45 -
System Red Green Blue C M Y K H S L
Decimal 150 204 137 0.26 0 0.33 0.2 108.36 0.4 0.67
Hex 96 CC 89 1A 0 21 14 6C 28 43
Octal 226 314 211 32 0 41 24 154 50 103
Binary 10010110 11001100 10001001 11010 0 100001 10100 1101100 101000 1000011

Color Harmonies of #96CC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC89

Black with #96CC89

Text Example


Text Example

White with #96CC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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