Html Css Color HEX #96CE85 Gossip

📋 copy color: '#96CE85'

red 150 ◦ green 206 ◦ blue 133

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

Shades of Gossip #96CE85

Tints of Gossip #96CE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.2%

R = 30.67%
G = 42.13%
B = 27.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#96CE85 (or 0x96CE85) is known color: Gossip. HEX triplet: 96, CE and 85. RGB value is (150,206,133). Sum of RGB (Red+Green+Blue) = 150+206+133=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE85 is #69317A. Grayscale: #B5B5B5. Windows color (decimal): -6893947 or 8769174. OLE color: 8769174.

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

Color convert

RGB 150 206 133 -
CMYK 0.27 0 0.35 0.19
HSL 106.03º 0.43% 0.66% -
HSV(B) 106.03º 0.35% 0.81% -
XYZ 38.88 52.32 30.24 -
YUV 180.93 100.95 105.94 -
System Red Green Blue C M Y K H S L
Decimal 150 206 133 0.27 0 0.35 0.19 106.03 0.43 0.66
Hex 96 CE 85 1B 0 23 13 6A 2B 42
Octal 226 316 205 33 0 43 23 152 53 102
Binary 10010110 11001110 10000101 11011 0 100011 10011 1101010 101011 1000010

Color Harmonies of #96CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE85

Black with #96CE85

Text Example


Text Example

White with #96CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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