#92CA75

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

Shades of Gossip #92CA75

Tints of Gossip #92CA75

Color information

#92CA75 (or 0x92CA75) is unknown color: approx Gossip. HEX triplet: 92, CA and 75. RGB value is (146,202,117). Sum of RGB (Red+Green+Blue) = 146+202+117=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA75 is #6D358A. Grayscale: #AFAFAF. Windows color (decimal): -7157131 or 7719570. OLE color: 7719570.

HSL color Cylindrical-coordinate representation of color #92CA75: hue angle of 99.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92CA75 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB146202117-
CMYK0.2800.420.21
HSL99.53º44.5%62.55%-
HSV(B)99.53º42.08%79.22%-
XYZ36.1949.6424.5-
YUV175.5794.95106.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=31.40%
G=43.44%
B=25.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462021170.2800.420.2199.5344.562.55
Hex92CA751C02A15642d3f
Octal22231216534052251445577
Binary10010010110010101110101111000101010101011100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92CA75; }

 p { color: rgb(146,202,117); }

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

<style>
 a { background-color: #92CA75; }

 a { background-color: rgb(146,202,117); }

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

<style>
 span { border-color: #92CA75; }

 span { border-color: rgb(146,202,117); }

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