#92DCA4

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

Shades of Chinook #92DCA4

Tints of Chinook #92DCA4

Color information

#92DCA4 (or 0x92DCA4) is unknown color: approx Chinook. HEX triplet: 92, DC and A4. RGB value is (146,220,164). Sum of RGB (Red+Green+Blue) = 146+220+164=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #92DCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DCA4 is #6D235B. Grayscale: #BFBFBF. Windows color (decimal): -7152476 or 10804370. OLE color: 10804370.

HSL color Cylindrical-coordinate representation of color #92DCA4: hue angle of 134.59º 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 #92DCA4 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB146220164-
CMYK0.3400.250.14
HSL134.59º51.39%71.76%-
HSV(B)134.59º33.64%86.27%-
XYZ44.1559.9844.37-
YUV191.49112.4895.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.55%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=27.55%
G=41.51%
B=30.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462201640.3400.250.14134.5951.3971.76
Hex92DCA422019E873348
Octal222334244420311620763110
Binary1001001011011100101001001000100110011110100001111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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