#92C89B

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

Shades of Chinook #92C89B

Tints of Chinook #92C89B

Color information

#92C89B (or 0x92C89B) is unknown color: approx Chinook. HEX triplet: 92, C8 and 9B. RGB value is (146,200,155). Sum of RGB (Red+Green+Blue) = 146+200+155=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #92C89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C89B is #6D3764. Grayscale: #B2B2B2. Windows color (decimal): -7157605 or 10209426. OLE color: 10209426.

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

Color convert

RGB146200155-
CMYK0.2700.220.22
HSL130º32.93%67.84%-
HSV(B)130º27%78.43%-
XYZ38.4249.7938.59-
YUV178.72114.61104.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=29.14%
G=39.92%
B=30.94%

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
Decimal1462001550.2700.220.2213032.9367.84
Hex92C89B1B01616822144
Octal222310233330262620241104
Binary1001001011001000100110111101101011010110100000101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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