Html Css Color HEX #96E96B Gossip

📋 copy color: '#96E96B'

red 150 ◦ green 233 ◦ blue 107

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

Shades of Gossip #96E96B

Tints of Gossip #96E96B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.55%

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 30.61%
G = 47.55%
B = 21.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#96E96B (or 0x96E96B) is known color: Gossip. HEX triplet: 96, E9 and 6B. RGB value is (150,233,107). Sum of RGB (Red+Green+Blue) = 150+233+107=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #96E96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E96B is #691694. Grayscale: #C2C2C2. Windows color (decimal): -6887061 or 7072150. OLE color: 7072150.

HSL color Cylindrical-coordinate representation of color #96E96B: hue angle of 99.52º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96E96B is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 107 -
CMYK 0.36 0 0.54 0.09
HSL 99.52º 0.74% 0.67% -
HSV(B) 99.52º 0.54% 0.91% -
XYZ 44.37 65.82 24.28 -
YUV 193.82 79 96.75 -
System Red Green Blue C M Y K H S L
Decimal 150 233 107 0.36 0 0.54 0.09 99.52 0.74 0.67
Hex 96 E9 6B 24 0 36 9 64 4A 43
Octal 226 351 153 44 0 66 11 144 112 103
Binary 10010110 11101001 1101011 100100 0 110110 1001 1100100 1001010 1000011

Color Harmonies of #96E96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E96B

Black with #96E96B

Text Example


Text Example

White with #96E96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,107); }

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

background-color css

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

 a { background-color: rgb(150,233,107); }

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

border-color css

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

 span { border-color: rgb(150,233,107); }

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