Html Css Color HEX #96DB6C Gossip

📋 copy color: '#96DB6C'

red 150 ◦ green 219 ◦ blue 108

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

Shades of Gossip #96DB6C

Tints of Gossip #96DB6C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.91%

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

R = 31.45%
G = 45.91%
B = 22.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#96DB6C (or 0x96DB6C) is known color: Gossip. HEX triplet: 96, DB and 6C. RGB value is (150,219,108). Sum of RGB (Red+Green+Blue) = 150+219+108=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DB6C is #692493. Grayscale: #BABABA. Windows color (decimal): -6890644 or 7134102. OLE color: 7134102.

HSL color Cylindrical-coordinate representation of color #96DB6C: hue angle of 97.3º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96DB6C is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 108 -
CMYK 0.32 0 0.51 0.14
HSL 97.3º 0.61% 0.64% -
HSV(B) 97.3º 0.51% 0.86% -
XYZ 40.62 58.23 23.29 -
YUV 185.72 84.14 102.53 -
System Red Green Blue C M Y K H S L
Decimal 150 219 108 0.32 0 0.51 0.14 97.3 0.61 0.64
Hex 96 DB 6C 20 0 33 E 61 3D 40
Octal 226 333 154 40 0 63 16 141 75 100
Binary 10010110 11011011 1101100 100000 0 110011 1110 1100001 111101 1000000

Color Harmonies of #96DB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB6C

Black with #96DB6C

Text Example


Text Example

White with #96DB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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