Html Css Color HEX #96D081 Gossip

📋 copy color: '#96D081'

red 150 ◦ green 208 ◦ blue 129

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

Shades of Gossip #96D081

Tints of Gossip #96D081

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 129 (50.78% from 255) = 26.49%

R = 30.8%
G = 42.71%
B = 26.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#96D081 (or 0x96D081) is known color: Gossip. HEX triplet: 96, D0 and 81. RGB value is (150,208,129). Sum of RGB (Red+Green+Blue) = 150+208+129=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #96D081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D081 is #692F7E. Grayscale: #B5B5B5. Windows color (decimal): -6893439 or 8507542. OLE color: 8507542.

HSL color Cylindrical-coordinate representation of color #96D081: hue angle of 104.05º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96D081 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 129 -
CMYK 0.28 0 0.38 0.18
HSL 104.05º 0.46% 0.66% -
HSV(B) 104.05º 0.38% 0.82% -
XYZ 39.1 53.18 28.97 -
YUV 181.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 150 208 129 0.28 0 0.38 0.18 104.05 0.46 0.66
Hex 96 D0 81 1C 0 26 12 68 2E 42
Octal 226 320 201 34 0 46 22 150 56 102
Binary 10010110 11010000 10000001 11100 0 100110 10010 1101000 101110 1000010

Color Harmonies of #96D081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D081

Black with #96D081

Text Example


Text Example

White with #96D081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,129); }

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

background-color css

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

 a { background-color: rgb(150,208,129); }

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

border-color css

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

 span { border-color: rgb(150,208,129); }

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