#92cf81

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

Shades of Gossip #92CF81

Tints of Gossip #92CF81

Color information

#92CF81 (or 0x92CF81) is unknown color: approx Gossip. HEX triplet: 92, CF and 81. RGB value is (146,207,129). Sum of RGB (Red+Green+Blue) = 146+207+129=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #92CF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CF81 is #6D307E. Grayscale: #B4B4B4. Windows color (decimal): -7155839 or 8507282. OLE color: 8507282.

HSL color Cylindrical-coordinate representation of color #92CF81: hue angle of 106.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92CF81 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB146207129-
CMYK0.2900.380.19
HSL106.92º44.83%65.88%-
HSV(B)106.92º37.68%81.18%-
XYZ38.1352.3228.86-
YUV179.8799.29103.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.29%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=30.29%
G=42.95%
B=26.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1462071290.2900.380.19106.9244.8365.88
Hex92CF811D026136b2d42
Octal222317201350462315355102
Binary1001001011001111100000011110101001101001111010111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92cf81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,207,129); }

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

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

 a { background-color: rgb(146,207,129); }

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

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

 span { border-color: rgb(146,207,129); }

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