#92DD9D

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

Shades of Chinook #92DD9D

Tints of Chinook #92DD9D

Color information

#92DD9D (or 0x92DD9D) is unknown color: approx Chinook. HEX triplet: 92, DD and 9D. RGB value is (146,221,157). Sum of RGB (Red+Green+Blue) = 146+221+157=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DD9D is #6D2262. Grayscale: #BFBFBF. Windows color (decimal): -7152227 or 10345874. OLE color: 10345874.

HSL color Cylindrical-coordinate representation of color #92DD9D: hue angle of 128.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DD9D is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB146221157-
CMYK0.3400.290.13
HSL128.8º52.45%71.96%-
HSV(B)128.8º33.94%86.67%-
XYZ43.860.2641.22-
YUV191.28108.6595.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=27.86%
G=42.18%
B=29.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462211570.3400.290.13128.852.4571.96
Hex92DD9D2201DD813448
Octal222335235420351520164110
Binary1001001011011101100111011000100111011101100000011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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