Html Css Color HEX #96CF84 Gossip

📋 copy color: '#96CF84'

red 150 ◦ green 207 ◦ blue 132

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

Shades of Gossip #96CF84

Tints of Gossip #96CF84

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.33%

 BLUE value IS 132 (51.95% from 255) = 26.99%

R = 30.67%
G = 42.33%
B = 26.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#96CF84 (or 0x96CF84) is known color: Gossip. HEX triplet: 96, CF and 84. RGB value is (150,207,132). Sum of RGB (Red+Green+Blue) = 150+207+132=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF84 is #69307B. Grayscale: #B5B5B5. Windows color (decimal): -6893692 or 8703894. OLE color: 8703894.

HSL color Cylindrical-coordinate representation of color #96CF84: hue angle of 105.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96CF84 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 132 -
CMYK 0.28 0 0.36 0.19
HSL 105.6º 0.44% 0.66% -
HSV(B) 105.6º 0.36% 0.81% -
XYZ 39.06 52.78 29.96 -
YUV 181.41 100.12 105.6 -
System Red Green Blue C M Y K H S L
Decimal 150 207 132 0.28 0 0.36 0.19 105.6 0.44 0.66
Hex 96 CF 84 1C 0 24 13 6A 2C 42
Octal 226 317 204 34 0 44 23 152 54 102
Binary 10010110 11001111 10000100 11100 0 100100 10011 1101010 101100 1000010

Color Harmonies of #96CF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF84

Black with #96CF84

Text Example


Text Example

White with #96CF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,132); }

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

background-color css

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

 a { background-color: rgb(150,207,132); }

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

border-color css

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

 span { border-color: rgb(150,207,132); }

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