#92D969

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

Shades of Gossip #92D969

Tints of Gossip #92D969

Color information

#92D969 (or 0x92D969) is unknown color: approx Gossip. HEX triplet: 92, D9 and 69. RGB value is (146,217,105). Sum of RGB (Red+Green+Blue) = 146+217+105=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #92D969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D969 is #6D2696. Grayscale: #B7B7B7. Windows color (decimal): -7153303 or 6936978. OLE color: 6936978.

HSL color Cylindrical-coordinate representation of color #92D969: hue angle of 98.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #92D969 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB146217105-
CMYK0.3300.520.15
HSL98.04º59.57%63.14%-
HSV(B)98.04º51.61%85.1%-
XYZ39.2256.7622.25-
YUV18383.98101.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.20%
GREEN value IS 217 (85.16% from 255) = 46.37%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=31.20%
G=46.37%
B=22.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462171050.3300.520.1598.0459.5763.14
Hex92D96921034F623c3f
Octal22233115141064171427477
Binary10010010110110011101001100001011010011111100010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,217,105); }

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

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

 a { background-color: rgb(146,217,105); }

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

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

 span { border-color: rgb(146,217,105); }

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