Html Css Color HEX #96CE77 Gossip

📋 copy color: '#96CE77'

red 150 ◦ green 206 ◦ blue 119

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

Shades of Gossip #96CE77

Tints of Gossip #96CE77

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

 BLUE value IS 119 (46.88% from 255) = 25.05%

R = 31.58%
G = 43.37%
B = 25.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#96CE77 (or 0x96CE77) is known color: Gossip. HEX triplet: 96, CE and 77. RGB value is (150,206,119). Sum of RGB (Red+Green+Blue) = 150+206+119=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE77 is #693188. Grayscale: #B3B3B3. Windows color (decimal): -6893961 or 7851670. OLE color: 7851670.

HSL color Cylindrical-coordinate representation of color #96CE77: hue angle of 98.62º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96CE77 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 119 -
CMYK 0.27 0 0.42 0.19
HSL 98.62º 0.47% 0.64% -
HSV(B) 98.62º 0.42% 0.81% -
XYZ 37.98 51.96 25.48 -
YUV 179.34 93.95 107.07 -
System Red Green Blue C M Y K H S L
Decimal 150 206 119 0.27 0 0.42 0.19 98.62 0.47 0.64
Hex 96 CE 77 1B 0 2A 13 63 2F 40
Octal 226 316 167 33 0 52 23 143 57 100
Binary 10010110 11001110 1110111 11011 0 101010 10011 1100011 101111 1000000

Color Harmonies of #96CE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE77

Black with #96CE77

Text Example


Text Example

White with #96CE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,119); }

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

background-color css

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

 a { background-color: rgb(150,206,119); }

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

border-color css

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

 span { border-color: rgb(150,206,119); }

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