#92D19C

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

Shades of Chinook #92D19C

Tints of Chinook #92D19C

Color information

#92D19C (or 0x92D19C) is unknown color: approx Chinook. HEX triplet: 92, D1 and 9C. RGB value is (146,209,156). Sum of RGB (Red+Green+Blue) = 146+209+156=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #92D19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D19C is #6D2E63. Grayscale: #B8B8B8. Windows color (decimal): -7155300 or 10277266. OLE color: 10277266.

HSL color Cylindrical-coordinate representation of color #92D19C: hue angle of 129.52º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D19C is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB146209156-
CMYK0.3000.250.18
HSL129.52º40.65%69.61%-
HSV(B)129.52º30.14%81.96%-
XYZ40.6654.1139.75-
YUV184.12112.13100.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 209 (82.03% from 255) = 40.90%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=28.57%
G=40.90%
B=30.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462091560.3000.250.18129.5240.6569.61
Hex92D19C1E01912822946
Octal222321234360312220251106
Binary1001001011010001100111001111001100110010100000101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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