Html Css Color HEX #96CD8C Gossip

📋 copy color: '#96CD8C'

red 150 ◦ green 205 ◦ blue 140

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

Shades of Gossip #96CD8C

Tints of Gossip #96CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 30.3%
G = 41.41%
B = 28.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#96CD8C (or 0x96CD8C) is known color: Gossip. HEX triplet: 96, CD and 8C. RGB value is (150,205,140). Sum of RGB (Red+Green+Blue) = 150+205+140=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CD8C is #693273. Grayscale: #B5B5B5. Windows color (decimal): -6894196 or 9227670. OLE color: 9227670.

HSL color Cylindrical-coordinate representation of color #96CD8C: hue angle of 110.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CD8C is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 205 140 -
CMYK 0.27 0 0.32 0.20
HSL 110.77º 0.39% 0.68% -
HSV(B) 110.77º 0.32% 0.8% -
XYZ 39.14 52.04 32.79 -
YUV 181.15 104.78 105.79 -
System Red Green Blue C M Y K H S L
Decimal 150 205 140 0.27 0 0.32 0.20 110.77 0.39 0.68
Hex 96 CD 8C 1B 0 20 14 6F 27 44
Octal 226 315 214 33 0 40 24 157 47 104
Binary 10010110 11001101 10001100 11011 0 100000 10100 1101111 100111 1000100

Color Harmonies of #96CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CD8C

Black with #96CD8C

Text Example


Text Example

White with #96CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,205,140); }

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

background-color css

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

 a { background-color: rgb(150,205,140); }

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

border-color css

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

 span { border-color: rgb(150,205,140); }

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