Html Css Color HEX #96E26C Gossip

📋 copy color: '#96E26C'

red 150 ◦ green 226 ◦ blue 108

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

Shades of Gossip #96E26C

Tints of Gossip #96E26C

RGB

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

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

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

R = 30.99%
G = 46.69%
B = 22.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#96E26C (or 0x96E26C) is known color: Gossip. HEX triplet: 96, E2 and 6C. RGB value is (150,226,108). Sum of RGB (Red+Green+Blue) = 150+226+108=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #96E26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E26C is #691D93. Grayscale: #BEBEBE. Windows color (decimal): -6888852 or 7135894. OLE color: 7135894.

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

Color convert

RGB 150 226 108 -
CMYK 0.34 0 0.52 0.11
HSL 98.64º 0.67% 0.65% -
HSV(B) 98.64º 0.52% 0.89% -
XYZ 42.48 61.96 23.91 -
YUV 189.82 81.82 99.59 -
System Red Green Blue C M Y K H S L
Decimal 150 226 108 0.34 0 0.52 0.11 98.64 0.67 0.65
Hex 96 E2 6C 22 0 34 B 63 43 41
Octal 226 342 154 42 0 64 13 143 103 101
Binary 10010110 11100010 1101100 100010 0 110100 1011 1100011 1000011 1000001

Color Harmonies of #96E26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E26C

Black with #96E26C

Text Example


Text Example

White with #96E26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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