Html Css Color HEX #96D669 Gossip

📋 copy color: '#96D669'

red 150 ◦ green 214 ◦ blue 105

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

Shades of Gossip #96D669

Tints of Gossip #96D669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

 BLUE value IS 105 (41.41% from 255) = 22.39%

R = 31.98%
G = 45.63%
B = 22.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#96D669 (or 0x96D669) is known color: Gossip. HEX triplet: 96, D6 and 69. RGB value is (150,214,105). Sum of RGB (Red+Green+Blue) = 150+214+105=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #96D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D669 is #692996. Grayscale: #B6B6B6. Windows color (decimal): -6891927 or 6936214. OLE color: 6936214.

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

Color convert

RGB 150 214 105 -
CMYK 0.30 0 0.51 0.16
HSL 95.23º 0.57% 0.63% -
HSV(B) 95.23º 0.51% 0.84% -
XYZ 39.17 55.6 22.03 -
YUV 182.44 84.3 104.86 -
System Red Green Blue C M Y K H S L
Decimal 150 214 105 0.30 0 0.51 0.16 95.23 0.57 0.63
Hex 96 D6 69 1E 0 33 10 5F 39 3F
Octal 226 326 151 36 0 63 20 137 71 77
Binary 10010110 11010110 1101001 11110 0 110011 10000 1011111 111001 111111

Color Harmonies of #96D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D669

Black with #96D669

Text Example


Text Example

White with #96D669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,105); }

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

background-color css

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

 a { background-color: rgb(150,214,105); }

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

border-color css

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

 span { border-color: rgb(150,214,105); }

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