#92D99F

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

Shades of Chinook #92D99F

Tints of Chinook #92D99F

Color information

#92D99F (or 0x92D99F) is unknown color: approx Chinook. HEX triplet: 92, D9 and 9F. RGB value is (146,217,159). Sum of RGB (Red+Green+Blue) = 146+217+159=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #92D99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D99F is #6D2660. Grayscale: #BDBDBD. Windows color (decimal): -7153249 or 10475922. OLE color: 10475922.

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

Color convert

RGB146217159-
CMYK0.3300.270.15
HSL130.99º48.3%71.18%-
HSV(B)130.99º32.72%85.1%-
XYZ42.9258.2441.78-
YUV189.16110.9897.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.97%
GREEN value IS 217 (85.16% from 255) = 41.57%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=27.97%
G=41.57%
B=30.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462171590.3300.270.15130.9948.371.18
Hex92D99F2101BF833047
Octal222331237410331720360107
Binary1001001011011001100111111000010110111111100000111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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