Html Css Color HEX #96C57B Gossip

📋 copy color: '#96C57B'

red 150 ◦ green 197 ◦ blue 123

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

Shades of Gossip #96C57B

Tints of Gossip #96C57B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.91%

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

R = 31.91%
G = 41.91%
B = 26.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#96C57B (or 0x96C57B) is known color: Gossip. HEX triplet: 96, C5 and 7B. RGB value is (150,197,123). Sum of RGB (Red+Green+Blue) = 150+197+123=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #96C57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C57B is #693A84. Grayscale: #AEAEAE. Windows color (decimal): -6896261 or 8111510. OLE color: 8111510.

HSL color Cylindrical-coordinate representation of color #96C57B: hue angle of 98.11º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96C57B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 197 123 -
CMYK 0.24 0 0.38 0.23
HSL 98.11º 0.39% 0.63% -
HSV(B) 98.11º 0.38% 0.77% -
XYZ 36.12 47.85 26.07 -
YUV 174.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 150 197 123 0.24 0 0.38 0.23 98.11 0.39 0.63
Hex 96 C5 7B 18 0 26 17 62 27 3F
Octal 226 305 173 30 0 46 27 142 47 77
Binary 10010110 11000101 1111011 11000 0 100110 10111 1100010 100111 111111

Color Harmonies of #96C57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C57B

Black with #96C57B

Text Example


Text Example

White with #96C57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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