Html Css Color HEX #96E167 Gossip

📋 copy color: '#96E167'

red 150 ◦ green 225 ◦ blue 103

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

Shades of Gossip #96E167

Tints of Gossip #96E167

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.07%

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

R = 31.38%
G = 47.07%
B = 21.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#96E167 (or 0x96E167) is known color: Gossip. HEX triplet: 96, E1 and 67. RGB value is (150,225,103). Sum of RGB (Red+Green+Blue) = 150+225+103=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #96E167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E167 is #691E98. Grayscale: #BDBDBD. Windows color (decimal): -6889113 or 6807958. OLE color: 6807958.

HSL color Cylindrical-coordinate representation of color #96E167: hue angle of 96.89º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96E167 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 103 -
CMYK 0.33 0 0.54 0.12
HSL 96.89º 0.67% 0.64% -
HSV(B) 96.89º 0.54% 0.88% -
XYZ 41.95 61.31 22.46 -
YUV 188.67 79.65 100.42 -
System Red Green Blue C M Y K H S L
Decimal 150 225 103 0.33 0 0.54 0.12 96.89 0.67 0.64
Hex 96 E1 67 21 0 36 C 61 43 40
Octal 226 341 147 41 0 66 14 141 103 100
Binary 10010110 11100001 1100111 100001 0 110110 1100 1100001 1000011 1000000

Color Harmonies of #96E167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E167

Black with #96E167

Text Example


Text Example

White with #96E167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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