Html Css Color HEX #96D56C Gossip

📋 copy color: '#96D56C'

red 150 ◦ green 213 ◦ blue 108

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

Shades of Gossip #96D56C

Tints of Gossip #96D56C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.22%

 BLUE value IS 108 (42.58% from 255) = 22.93%

R = 31.85%
G = 45.22%
B = 22.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#96D56C (or 0x96D56C) is known color: Gossip. HEX triplet: 96, D5 and 6C. RGB value is (150,213,108). Sum of RGB (Red+Green+Blue) = 150+213+108=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #96D56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D56C is #692A93. Grayscale: #B6B6B6. Windows color (decimal): -6892180 or 7132566. OLE color: 7132566.

HSL color Cylindrical-coordinate representation of color #96D56C: hue angle of 96º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96D56C is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 213 108 -
CMYK 0.30 0 0.49 0.16
HSL 96º 0.56% 0.63% -
HSV(B) 96º 0.49% 0.84% -
XYZ 39.08 55.16 22.77 -
YUV 182.19 86.13 105.04 -
System Red Green Blue C M Y K H S L
Decimal 150 213 108 0.30 0 0.49 0.16 96 0.56 0.63
Hex 96 D5 6C 1E 0 31 10 60 38 3F
Octal 226 325 154 36 0 61 20 140 70 77
Binary 10010110 11010101 1101100 11110 0 110001 10000 1100000 111000 111111

Color Harmonies of #96D56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D56C

Black with #96D56C

Text Example


Text Example

White with #96D56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,108); }

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

background-color css

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

 a { background-color: rgb(150,213,108); }

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

border-color css

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

 span { border-color: rgb(150,213,108); }

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