#96CD7B

Color #96CD7B Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #96CD7B

Tints of Gossip #96CD7B

Color information

#96CD7B (or 0x96CD7B) is unknown color: approx Gossip. HEX triplet: 96, CD and 7B. RGB value is (150,205,123). Sum of RGB (Red+Green+Blue) = 150+205+123=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CD7B is #693284. Grayscale: #B3B3B3. Windows color (decimal): -6894213 or 8113558. OLE color: 8113558.

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

Color convert

RGB150205123-
CMYK0.2700.40.20
HSL100.24º45.05%64.31%-
HSV(B)100.24º40%80.39%-
XYZ37.9851.5826.69-
YUV179.2196.28107.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 123 (48.44% from 255) = 25.73%
R=31.38%
G=42.89%
B=25.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502051230.2700.40.20100.2445.0564.31
Hex96CD7B1B02814642d40
Octal226315173330502414455100
Binary100101101100110111110111101101010001010011001001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96CD7B;
 }
 .AnyTagClassName
 {
   color: #96CD7B;
 }
</style>
background-color css

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

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

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

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

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

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