#92CE9C

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

Shades of Chinook #92CE9C

Tints of Chinook #92CE9C

Color information

#92CE9C (or 0x92CE9C) is unknown color: approx Chinook. HEX triplet: 92, CE and 9C. RGB value is (146,206,156). Sum of RGB (Red+Green+Blue) = 146+206+156=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #92CE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CE9C is #6D3163. Grayscale: #B6B6B6. Windows color (decimal): -7156068 or 10276498. OLE color: 10276498.

HSL color Cylindrical-coordinate representation of color #92CE9C: hue angle of 130º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CE9C is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB146206156-
CMYK0.2900.240.19
HSL130º37.97%69.02%-
HSV(B)130º29.13%80.78%-
XYZ39.9352.6539.51-
YUV182.36113.12102.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.74%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 156 (61.33% from 255) = 30.71%
R=28.74%
G=40.55%
B=30.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1462061560.2900.240.1913037.9769.02
Hex92CE9C1D01813822645
Octal222316234350302320246105
Binary1001001011001110100111001110101100010011100000101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,206,156); }

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

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

 a { background-color: rgb(146,206,156); }

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

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

 span { border-color: rgb(146,206,156); }

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