Html Css Color HEX #96CE84 Gossip

📋 copy color: '#96CE84'

red 150 ◦ green 206 ◦ blue 132

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

Shades of Gossip #96CE84

Tints of Gossip #96CE84

RGB

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

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

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

R = 30.74%
G = 42.21%
B = 27.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#96CE84 (or 0x96CE84) is known color: Gossip. HEX triplet: 96, CE and 84. RGB value is (150,206,132). Sum of RGB (Red+Green+Blue) = 150+206+132=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE84 is #69317B. Grayscale: #B5B5B5. Windows color (decimal): -6893948 or 8703638. OLE color: 8703638.

HSL color Cylindrical-coordinate representation of color #96CE84: hue angle of 105.41º degrees, saturation: 0.43, 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 #96CE84 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 132 -
CMYK 0.27 0 0.36 0.19
HSL 105.41º 0.43% 0.66% -
HSV(B) 105.41º 0.36% 0.81% -
XYZ 38.81 52.29 29.88 -
YUV 180.82 100.45 106.02 -
System Red Green Blue C M Y K H S L
Decimal 150 206 132 0.27 0 0.36 0.19 105.41 0.43 0.66
Hex 96 CE 84 1B 0 24 13 69 2B 42
Octal 226 316 204 33 0 44 23 151 53 102
Binary 10010110 11001110 10000100 11011 0 100100 10011 1101001 101011 1000010

Color Harmonies of #96CE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE84

Black with #96CE84

Text Example


Text Example

White with #96CE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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