#92DC9B

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

Shades of Chinook #92DC9B

Tints of Chinook #92DC9B

Color information

#92DC9B (or 0x92DC9B) is unknown color: approx Chinook. HEX triplet: 92, DC and 9B. RGB value is (146,220,155). Sum of RGB (Red+Green+Blue) = 146+220+155=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DC9B is #6D2364. Grayscale: #BEBEBE. Windows color (decimal): -7152485 or 10214546. OLE color: 10214546.

HSL color Cylindrical-coordinate representation of color #92DC9B: hue angle of 127.3º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DC9B is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB146220155-
CMYK0.3400.300.14
HSL127.3º51.39%71.76%-
HSV(B)127.3º33.64%86.27%-
XYZ43.3659.6640.24-
YUV190.46107.9896.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.02%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=28.02%
G=42.23%
B=29.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462201550.3400.300.14127.351.3971.76
Hex92DC9B2201EE7f3348
Octal222334233420361617763110
Binary100100101101110010011011100010011110111011111111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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