#92D67F

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

Shades of Gossip #92D67F

Tints of Gossip #92D67F

Color information

#92D67F (or 0x92D67F) is unknown color: approx Gossip. HEX triplet: 92, D6 and 7F. RGB value is (146,214,127). Sum of RGB (Red+Green+Blue) = 146+214+127=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #92D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D67F is #6D2980. Grayscale: #B8B8B8. Windows color (decimal): -7154049 or 8378002. OLE color: 8378002.

HSL color Cylindrical-coordinate representation of color #92D67F: hue angle of 106.9º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92D67F is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB146214127-
CMYK0.3200.410.16
HSL106.9º51.48%66.86%-
HSV(B)106.9º40.65%83.92%-
XYZ39.7355.7428.74-
YUV183.7595.97101.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 127 (50% from 255) = 26.08%
R=29.98%
G=43.94%
B=26.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462141270.3200.410.16106.951.4866.86
Hex92D67F20029106b3343
Octal222326177400512015363103
Binary1001001011010110111111110000001010011000011010111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,214,127); }

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

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

 a { background-color: rgb(146,214,127); }

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

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

 span { border-color: rgb(146,214,127); }

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