#92C89D

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

Shades of Chinook #92C89D

Tints of Chinook #92C89D

Color information

#92C89D (or 0x92C89D) is unknown color: approx Chinook. HEX triplet: 92, C8 and 9D. RGB value is (146,200,157). Sum of RGB (Red+Green+Blue) = 146+200+157=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #92C89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C89D is #6D3762. Grayscale: #B3B3B3. Windows color (decimal): -7157603 or 10340498. OLE color: 10340498.

HSL color Cylindrical-coordinate representation of color #92C89D: hue angle of 132.22º 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 #92C89D is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB146200157-
CMYK0.2700.220.22
HSL132.22º32.93%67.84%-
HSV(B)132.22º27%78.43%-
XYZ38.5949.8539.49-
YUV178.95115.61104.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=29.03%
G=39.76%
B=31.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1462001570.2700.220.22132.2232.9367.84
Hex92C89D1B01616842144
Octal222310235330262620441104
Binary1001001011001000100111011101101011010110100001001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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