Html Css Color HEX #96CA84 Gossip

📋 copy color: '#96CA84'

red 150 ◦ green 202 ◦ blue 132

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

Shades of Gossip #96CA84

Tints of Gossip #96CA84

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.74%

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

R = 30.99%
G = 41.74%
B = 27.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#96CA84 (or 0x96CA84) is known color: Gossip. HEX triplet: 96, CA and 84. RGB value is (150,202,132). Sum of RGB (Red+Green+Blue) = 150+202+132=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA84 is #69357B. Grayscale: #B2B2B2. Windows color (decimal): -6894972 or 8702614. OLE color: 8702614.

HSL color Cylindrical-coordinate representation of color #96CA84: hue angle of 104.57º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96CA84 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 132 -
CMYK 0.26 0 0.35 0.21
HSL 104.57º 0.4% 0.65% -
HSV(B) 104.57º 0.35% 0.79% -
XYZ 37.86 50.39 29.56 -
YUV 178.47 101.77 107.69 -
System Red Green Blue C M Y K H S L
Decimal 150 202 132 0.26 0 0.35 0.21 104.57 0.4 0.65
Hex 96 CA 84 1A 0 23 15 69 28 41
Octal 226 312 204 32 0 43 25 151 50 101
Binary 10010110 11001010 10000100 11010 0 100011 10101 1101001 101000 1000001

Color Harmonies of #96CA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA84

Black with #96CA84

Text Example


Text Example

White with #96CA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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