#92C87D

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

Shades of Gossip #92C87D

Tints of Gossip #92C87D

Color information

#92C87D (or 0x92C87D) is unknown color: approx Gossip. HEX triplet: 92, C8 and 7D. RGB value is (146,200,125). Sum of RGB (Red+Green+Blue) = 146+200+125=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #92C87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C87D is #6D3782. Grayscale: #AFAFAF. Windows color (decimal): -7157635 or 8243346. OLE color: 8243346.

HSL color Cylindrical-coordinate representation of color #92C87D: hue angle of 103.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92C87D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB146200125-
CMYK0.2700.380.22
HSL103.2º40.54%63.73%-
HSV(B)103.2º37.5%78.43%-
XYZ36.2148.926.93-
YUV175.399.61107.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 200 (78.52% from 255) = 42.46%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=31.00%
G=42.46%
B=26.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1462001250.2700.380.22103.240.5463.73
Hex92C87D1B02616672940
Octal222310175330462614751100
Binary100100101100100011111011101101001101011011001111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,200,125); }

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

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

 a { background-color: rgb(146,200,125); }

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

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

 span { border-color: rgb(146,200,125); }

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