#92D19E

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

Shades of Chinook #92D19E

Tints of Chinook #92D19E

Color information

#92D19E (or 0x92D19E) is unknown color: approx Chinook. HEX triplet: 92, D1 and 9E. RGB value is (146,209,158). Sum of RGB (Red+Green+Blue) = 146+209+158=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #92D19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D19E is #6D2E61. Grayscale: #B8B8B8. Windows color (decimal): -7155298 or 10408338. OLE color: 10408338.

HSL color Cylindrical-coordinate representation of color #92D19E: hue angle of 131.43º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D19E is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB146209158-
CMYK0.3000.240.18
HSL131.43º40.65%69.61%-
HSV(B)131.43º30.14%81.96%-
XYZ40.8354.1840.65-
YUV184.35113.13100.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 209 (82.03% from 255) = 40.74%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=28.46%
G=40.74%
B=30.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462091580.3000.240.18131.4340.6569.61
Hex92D19E1E01812832946
Octal222321236360302220351106
Binary1001001011010001100111101111001100010010100000111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,209,158); }

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

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

 a { background-color: rgb(146,209,158); }

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

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

 span { border-color: rgb(146,209,158); }

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