#92C8A4

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

Shades of Chinook #92C8A4

Tints of Chinook #92C8A4

Color information

#92C8A4 (or 0x92C8A4) is unknown color: approx Chinook. HEX triplet: 92, C8 and A4. RGB value is (146,200,164). Sum of RGB (Red+Green+Blue) = 146+200+164=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #92C8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C8A4 is #6D375B. Grayscale: #B3B3B3. Windows color (decimal): -7157596 or 10799250. OLE color: 10799250.

HSL color Cylindrical-coordinate representation of color #92C8A4: hue angle of 140º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C8A4 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB146200164-
CMYK0.2700.180.22
HSL140º32.93%67.84%-
HSV(B)140º27%78.43%-
XYZ39.2150.142.73-
YUV179.75119.11103.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.63%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=28.63%
G=39.22%
B=32.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1462001640.2700.180.2214032.9367.84
Hex92C8A41B012168c2144
Octal222310244330222621441104
Binary1001001011001000101001001101101001010110100011001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,200,164); }

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

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

 a { background-color: rgb(146,200,164); }

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

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

 span { border-color: rgb(146,200,164); }

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