#92C9A4

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

Shades of Chinook #92C9A4

Tints of Chinook #92C9A4

Color information

#92C9A4 (or 0x92C9A4) is unknown color: approx Chinook. HEX triplet: 92, C9 and A4. RGB value is (146,201,164). Sum of RGB (Red+Green+Blue) = 146+201+164=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #92C9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C9A4 is #6D365B. Grayscale: #B4B4B4. Windows color (decimal): -7157340 or 10799506. OLE color: 10799506.

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

Color convert

RGB146201164-
CMYK0.2700.180.21
HSL139.64º33.74%68.04%-
HSV(B)139.64º27.36%78.82%-
XYZ39.4450.5642.8-
YUV180.34118.78103.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 201 (78.91% from 255) = 39.33%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=28.57%
G=39.33%
B=32.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462011640.2700.180.21139.6433.7468.04
Hex92C9A41B012158c2244
Octal222311244330222521442104
Binary1001001011001001101001001101101001010101100011001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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