#96C085

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

Shades of Gossip #96C085

Tints of Gossip #96C085

Color information

#96C085 (or 0x96C085) is unknown color: approx Gossip. HEX triplet: 96, C0 and 85. RGB value is (150,192,133). Sum of RGB (Red+Green+Blue) = 150+192+133=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #96C085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C085 is #693F7A. Grayscale: #ACACAC. Windows color (decimal): -6897531 or 8765590. OLE color: 8765590.

HSL color Cylindrical-coordinate representation of color #96C085: hue angle of 102.71º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C085 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB150192133-
CMYK0.2200.310.25
HSL102.71º31.89%63.73%-
HSV(B)102.71º30.73%75.29%-
XYZ35.6645.8829.17-
YUV172.72105.59111.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 133 (52.34% from 255) = 28%
R=31.58%
G=40.42%
B=28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921330.2200.310.25102.7131.8963.73
Hex96C0851601F19672040
Octal226300205260373114740100
Binary100101101100000010000101101100111111100111001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,192,133); }

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

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

 a { background-color: rgb(150,192,133); }

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

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

 span { border-color: rgb(150,192,133); }

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