Html Css Color HEX #96D667 Gossip

📋 copy color: '#96D667'

red 150 ◦ green 214 ◦ blue 103

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

Shades of Gossip #96D667

Tints of Gossip #96D667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.06%

R = 32.12%
G = 45.82%
B = 22.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#96D667 (or 0x96D667) is known color: Gossip. HEX triplet: 96, D6 and 67. RGB value is (150,214,103). Sum of RGB (Red+Green+Blue) = 150+214+103=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #96D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D667 is #692998. Grayscale: #B6B6B6. Windows color (decimal): -6891929 or 6805142. OLE color: 6805142.

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

Color convert

RGB 150 214 103 -
CMYK 0.30 0 0.52 0.16
HSL 94.59º 0.58% 0.62% -
HSV(B) 94.59º 0.52% 0.84% -
XYZ 39.07 55.56 21.5 -
YUV 182.21 83.3 105.03 -
System Red Green Blue C M Y K H S L
Decimal 150 214 103 0.30 0 0.52 0.16 94.59 0.58 0.62
Hex 96 D6 67 1E 0 34 10 5F 3A 3E
Octal 226 326 147 36 0 64 20 137 72 76
Binary 10010110 11010110 1100111 11110 0 110100 10000 1011111 111010 111110

Color Harmonies of #96D667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D667

Black with #96D667

Text Example


Text Example

White with #96D667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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