Html Css Color HEX #96E26E Gossip

📋 copy color: '#96E26E'

red 150 ◦ green 226 ◦ blue 110

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

Shades of Gossip #96E26E

Tints of Gossip #96E26E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.5%

 BLUE value IS 110 (43.36% from 255) = 22.63%

R = 30.86%
G = 46.5%
B = 22.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#96E26E (or 0x96E26E) is known color: Gossip. HEX triplet: 96, E2 and 6E. RGB value is (150,226,110). Sum of RGB (Red+Green+Blue) = 150+226+110=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #96E26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E26E is #691D91. Grayscale: #BEBEBE. Windows color (decimal): -6888850 or 7266966. OLE color: 7266966.

HSL color Cylindrical-coordinate representation of color #96E26E: hue angle of 99.31º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96E26E is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 226 110 -
CMYK 0.34 0 0.51 0.11
HSL 99.31º 0.67% 0.66% -
HSV(B) 99.31º 0.51% 0.89% -
XYZ 42.59 62 24.47 -
YUV 190.05 82.82 99.43 -
System Red Green Blue C M Y K H S L
Decimal 150 226 110 0.34 0 0.51 0.11 99.31 0.67 0.66
Hex 96 E2 6E 22 0 33 B 63 43 42
Octal 226 342 156 42 0 63 13 143 103 102
Binary 10010110 11100010 1101110 100010 0 110011 1011 1100011 1000011 1000010

Color Harmonies of #96E26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E26E

Black with #96E26E

Text Example


Text Example

White with #96E26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,226,110); }

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

background-color css

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

 a { background-color: rgb(150,226,110); }

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

border-color css

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

 span { border-color: rgb(150,226,110); }

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