#92DB7E

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

Shades of Gossip #92DB7E

Tints of Gossip #92DB7E

Color information

#92DB7E (or 0x92DB7E) is unknown color: approx Gossip. HEX triplet: 92, DB and 7E. RGB value is (146,219,126). Sum of RGB (Red+Green+Blue) = 146+219+126=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DB7E is #6D2481. Grayscale: #BABABA. Windows color (decimal): -7152770 or 8313746. OLE color: 8313746.

HSL color Cylindrical-coordinate representation of color #92DB7E: hue angle of 107.1º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92DB7E is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB146219126-
CMYK0.3300.420.14
HSL107.1º56.36%67.65%-
HSV(B)107.1º42.47%85.88%-
XYZ40.9558.2828.83-
YUV186.5793.8299.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 126 (49.61% from 255) = 25.66%
R=29.74%
G=44.60%
B=25.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462191260.3300.420.14107.156.3667.65
Hex92DB7E2102AE6b3844
Octal222333176410521615370104
Binary100100101101101111111101000010101010111011010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,219,126); }

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

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

 a { background-color: rgb(146,219,126); }

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

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

 span { border-color: rgb(146,219,126); }

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