#92CD9A

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

Shades of Chinook #92CD9A

Tints of Chinook #92CD9A

Color information

#92CD9A (or 0x92CD9A) is unknown color: approx Chinook. HEX triplet: 92, CD and 9A. RGB value is (146,205,154). Sum of RGB (Red+Green+Blue) = 146+205+154=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #92CD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CD9A is #6D3265. Grayscale: #B5B5B5. Windows color (decimal): -7156326 or 10145170. OLE color: 10145170.

HSL color Cylindrical-coordinate representation of color #92CD9A: hue angle of 128.14º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CD9A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB146205154-
CMYK0.2900.250.20
HSL128.14º37.11%68.82%-
HSV(B)128.14º28.78%80.39%-
XYZ39.5252.1138.55-
YUV181.54112.45102.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=28.91%
G=40.59%
B=30.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1462051540.2900.250.20128.1437.1168.82
Hex92CD9A1D01914802545
Octal222315232350312420045105
Binary1001001011001101100110101110101100110100100000001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,205,154); }

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

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

 a { background-color: rgb(146,205,154); }

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

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

 span { border-color: rgb(146,205,154); }

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