#92C99F

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

Shades of Chinook #92C99F

Tints of Chinook #92C99F

Color information

#92C99F (or 0x92C99F) is unknown color: approx Chinook. HEX triplet: 92, C9 and 9F. RGB value is (146,201,159). Sum of RGB (Red+Green+Blue) = 146+201+159=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #92C99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C99F is #6D3660. Grayscale: #B3B3B3. Windows color (decimal): -7157345 or 10471826. OLE color: 10471826.

HSL color Cylindrical-coordinate representation of color #92C99F: hue angle of 134.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C99F is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB146201159-
CMYK0.2700.210.21
HSL134.18º33.74%68.04%-
HSV(B)134.18º27.36%78.82%-
XYZ3950.3940.47-
YUV179.77116.28103.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.85%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=28.85%
G=39.72%
B=31.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462011590.2700.210.21134.1833.7468.04
Hex92C99F1B01515862244
Octal222311237330252520642104
Binary1001001011001001100111111101101010110101100001101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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