Html Css Color HEX #96CC73 Gossip

📋 copy color: '#96CC73'

red 150 ◦ green 204 ◦ blue 115

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

Shades of Gossip #96CC73

Tints of Gossip #96CC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.52%

R = 31.98%
G = 43.5%
B = 24.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#96CC73 (or 0x96CC73) is known color: Gossip. HEX triplet: 96, CC and 73. RGB value is (150,204,115). Sum of RGB (Red+Green+Blue) = 150+204+115=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC73 is #69338C. Grayscale: #B2B2B2. Windows color (decimal): -6894477 or 7589014. OLE color: 7589014.

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

Color convert

RGB 150 204 115 -
CMYK 0.26 0 0.44 0.2
HSL 96.4º 0.47% 0.63% -
HSV(B) 96.4º 0.44% 0.8% -
XYZ 37.27 50.91 24.08 -
YUV 177.71 92.61 108.24 -
System Red Green Blue C M Y K H S L
Decimal 150 204 115 0.26 0 0.44 0.2 96.4 0.47 0.63
Hex 96 CC 73 1A 0 2C 14 60 2F 3F
Octal 226 314 163 32 0 54 24 140 57 77
Binary 10010110 11001100 1110011 11010 0 101100 10100 1100000 101111 111111

Color Harmonies of #96CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC73

Black with #96CC73

Text Example


Text Example

White with #96CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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