Html Css Color HEX #96C97B Gossip

📋 copy color: '#96C97B'

red 150 ◦ green 201 ◦ blue 123

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

Shades of Gossip #96C97B

Tints of Gossip #96C97B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 31.65%
G = 42.41%
B = 25.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#96C97B (or 0x96C97B) is known color: Gossip. HEX triplet: 96, C9 and 7B. RGB value is (150,201,123). Sum of RGB (Red+Green+Blue) = 150+201+123=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #96C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C97B is #693684. Grayscale: #B1B1B1. Windows color (decimal): -6895237 or 8112534. OLE color: 8112534.

HSL color Cylindrical-coordinate representation of color #96C97B: hue angle of 99.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96C97B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 123 -
CMYK 0.25 0 0.39 0.21
HSL 99.23º 0.42% 0.64% -
HSV(B) 99.23º 0.39% 0.79% -
XYZ 37.04 49.69 26.38 -
YUV 176.86 97.6 108.84 -
System Red Green Blue C M Y K H S L
Decimal 150 201 123 0.25 0 0.39 0.21 99.23 0.42 0.64
Hex 96 C9 7B 19 0 27 15 63 2A 40
Octal 226 311 173 31 0 47 25 143 52 100
Binary 10010110 11001001 1111011 11001 0 100111 10101 1100011 101010 1000000

Color Harmonies of #96C97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C97B

Black with #96C97B

Text Example


Text Example

White with #96C97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,201,123); }

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

background-color css

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

 a { background-color: rgb(150,201,123); }

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

border-color css

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

 span { border-color: rgb(150,201,123); }

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