#92C67D

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

Shades of Gossip #92C67D

Tints of Gossip #92C67D

Color information

#92C67D (or 0x92C67D) is unknown color: approx Gossip. HEX triplet: 92, C6 and 7D. RGB value is (146,198,125). Sum of RGB (Red+Green+Blue) = 146+198+125=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #92C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C67D is #6D3982. Grayscale: #AEAEAE. Windows color (decimal): -7158147 or 8242834. OLE color: 8242834.

HSL color Cylindrical-coordinate representation of color #92C67D: hue angle of 102.74º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92C67D is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB146198125-
CMYK0.2600.370.22
HSL102.74º39.04%63.33%-
HSV(B)102.74º36.87%77.65%-
XYZ35.7547.9826.78-
YUV174.13100.27107.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=31.13%
G=42.22%
B=26.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461981250.2600.370.22102.7439.0463.33
Hex92C67D1A0251667273f
Octal22230617532045261474777
Binary10010010110001101111101110100100101101101100111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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