#92D89D

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

Shades of Chinook #92D89D

Tints of Chinook #92D89D

Color information

#92D89D (or 0x92D89D) is unknown color: approx Chinook. HEX triplet: 92, D8 and 9D. RGB value is (146,216,157). Sum of RGB (Red+Green+Blue) = 146+216+157=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #92D89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D89D is #6D2762. Grayscale: #BCBCBC. Windows color (decimal): -7153507 or 10344594. OLE color: 10344594.

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

Color convert

RGB146216157-
CMYK0.3200.270.15
HSL129.43º47.3%70.98%-
HSV(B)129.43º32.41%84.71%-
XYZ42.557.6640.79-
YUV188.34110.3197.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 157 (61.72% from 255) = 30.25%
R=28.13%
G=41.62%
B=30.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462161570.3200.270.15129.4347.370.98
Hex92D89D2001BF812f47
Octal222330235400331720157107
Binary1001001011011000100111011000000110111111100000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,216,157); }

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

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

 a { background-color: rgb(146,216,157); }

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

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

 span { border-color: rgb(146,216,157); }

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