Html Css Color HEX #96C98B Gossip

📋 copy color: '#96C98B'

red 150 ◦ green 201 ◦ blue 139

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

Shades of Gossip #96C98B

Tints of Gossip #96C98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 30.61%
G = 41.02%
B = 28.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#96C98B (or 0x96C98B) is known color: Gossip. HEX triplet: 96, C9 and 8B. RGB value is (150,201,139). Sum of RGB (Red+Green+Blue) = 150+201+139=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #96C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C98B is #693674. Grayscale: #B2B2B2. Windows color (decimal): -6895221 or 9161110. OLE color: 9161110.

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

Color convert

RGB 150 201 139 -
CMYK 0.25 0 0.31 0.21
HSL 109.35º 0.36% 0.67% -
HSV(B) 109.35º 0.31% 0.79% -
XYZ 38.12 50.12 32.09 -
YUV 178.68 105.6 107.54 -
System Red Green Blue C M Y K H S L
Decimal 150 201 139 0.25 0 0.31 0.21 109.35 0.36 0.67
Hex 96 C9 8B 19 0 1F 15 6D 24 43
Octal 226 311 213 31 0 37 25 155 44 103
Binary 10010110 11001001 10001011 11001 0 11111 10101 1101101 100100 1000011

Color Harmonies of #96C98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C98B

Black with #96C98B

Text Example


Text Example

White with #96C98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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