#92CD9E

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

Shades of Chinook #92CD9E

Tints of Chinook #92CD9E

Color information

#92CD9E (or 0x92CD9E) is unknown color: approx Chinook. HEX triplet: 92, CD and 9E. RGB value is (146,205,158). Sum of RGB (Red+Green+Blue) = 146+205+158=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #92CD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CD9E is #6D3261. Grayscale: #B6B6B6. Windows color (decimal): -7156322 or 10407314. OLE color: 10407314.

HSL color Cylindrical-coordinate representation of color #92CD9E: hue angle of 132.2º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CD9E is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB146205158-
CMYK0.2900.230.20
HSL132.2º37.11%68.82%-
HSV(B)132.2º28.78%80.39%-
XYZ39.8652.2440.33-
YUV182114.45102.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.68%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=28.68%
G=40.28%
B=31.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1462051580.2900.230.20132.237.1168.82
Hex92CD9E1D01714842545
Octal222315236350272420445105
Binary1001001011001101100111101110101011110100100001001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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