#92D387

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

Shades of Gossip #92D387

Tints of Gossip #92D387

Color information

#92D387 (or 0x92D387) is unknown color: approx Gossip. HEX triplet: 92, D3 and 87. RGB value is (146,211,135). Sum of RGB (Red+Green+Blue) = 146+211+135=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #92D387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D387 is #6D2C78. Grayscale: #B7B7B7. Windows color (decimal): -7154809 or 8901522. OLE color: 8901522.

HSL color Cylindrical-coordinate representation of color #92D387: hue angle of 111.32º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92D387 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB146211135-
CMYK0.3100.360.17
HSL111.32º46.34%67.84%-
HSV(B)111.32º36.02%82.75%-
XYZ39.5254.4531.35-
YUV182.9100.97101.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 211 (82.81% from 255) = 42.89%
BLUE value IS 135 (53.12% from 255) = 27.44%
R=29.67%
G=42.89%
B=27.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462111350.3100.360.17111.3246.3467.84
Hex92D3871F024116f2e44
Octal222323207370442115756104
Binary1001001011010011100001111111101001001000111011111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,211,135); }

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

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

 a { background-color: rgb(146,211,135); }

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

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

 span { border-color: rgb(146,211,135); }

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