#92D5A0

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

Shades of Chinook #92D5A0

Tints of Chinook #92D5A0

Color information

#92D5A0 (or 0x92D5A0) is unknown color: approx Chinook. HEX triplet: 92, D5 and A0. RGB value is (146,213,160). Sum of RGB (Red+Green+Blue) = 146+213+160=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #92D5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D5A0 is #6D2A5F. Grayscale: #BBBBBB. Windows color (decimal): -7154272 or 10540434. OLE color: 10540434.

HSL color Cylindrical-coordinate representation of color #92D5A0: hue angle of 132.54º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D5A0 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB146213160-
CMYK0.3100.250.16
HSL132.54º44.37%70.39%-
HSV(B)132.54º31.46%83.53%-
XYZ41.9956.2441.9-
YUV186.92112.898.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 213 (83.59% from 255) = 41.04%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=28.13%
G=41.04%
B=30.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462131600.3100.250.16132.5444.3770.39
Hex92D5A01F01910852c46
Octal222325240370312020554106
Binary1001001011010101101000001111101100110000100001011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,213,160); }

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

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

 a { background-color: rgb(146,213,160); }

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

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

 span { border-color: rgb(146,213,160); }

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