#92CD75

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

Shades of Gossip #92CD75

Tints of Gossip #92CD75

Color information

#92CD75 (or 0x92CD75) is unknown color: approx Gossip. HEX triplet: 92, CD and 75. RGB value is (146,205,117). Sum of RGB (Red+Green+Blue) = 146+205+117=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #92CD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CD75 is #6D328A. Grayscale: #B1B1B1. Windows color (decimal): -7156363 or 7720338. OLE color: 7720338.

HSL color Cylindrical-coordinate representation of color #92CD75: hue angle of 100.23º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92CD75 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB146205117-
CMYK0.2900.430.20
HSL100.23º46.81%63.14%-
HSV(B)100.23º42.93%80.39%-
XYZ36.951.0624.74-
YUV177.3393.95105.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.20%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 117 (46.09% from 255) = 25%
R=31.20%
G=43.80%
B=25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1462051170.2900.430.20100.2346.8163.14
Hex92CD751D02B14642f3f
Octal22231516535053241445777
Binary10010010110011011110101111010101011101001100100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,205,117); }

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

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

 a { background-color: rgb(146,205,117); }

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

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

 span { border-color: rgb(146,205,117); }

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